SkillAgentSearch skills...

Chainy

The chainy core + autoloader plugin

Install / Use

/learn @chainyjs/Chainy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- TITLE/ -->

Chainy

<!-- /TITLE --> <!-- BADGES/ -->

Build Status NPM version Dependency Status Development Dependency Status<br/> Gittip donate button Flattr donate button PayPayl donate button BitCoin donate button Wishlist browse button

<!-- /BADGES --> <!-- DESCRIPTION/ -->

Perhaps the most awesome way of interacting with data using a chainable API

<!-- /DESCRIPTION --> <!-- INSTALL/ -->

Install

NPM

  • Use: require('chainy')
  • Install: npm install --save chainy

Browserify

  • Use: require('chainy')
  • Install: npm install --save chainy
  • CDN URL: //wzrd.in/bundle/chainy@1.1.0

Ender

  • Use: require('chainy')
  • Install: ender add chainy
<!-- /INSTALL -->

Usage

Find the complete documentation for Chainy at the wiki

// chainy install set map swap
require('chainy').create()
	.set(['some', 'data'])
	.map(function(item, next){
		return next(null, item.toUpperCase())
	})
	.action(function(item, next){
		return next(null, item.join(' ')+'!')
	})
	.done(function(err, result){
		if (err)  throw err
		console.log('result:', result)  // result: SOME DATA!
	})
<!-- HISTORY/ -->

History

Discover the change history by heading on over to the HISTORY.md file.

<!-- /HISTORY --> <!-- CONTRIBUTE/ -->

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

<!-- /CONTRIBUTE --> <!-- BACKERS/ -->

Backers

Maintainers

These amazing people are maintaining this project:

  • Benjamin Lupton b@lupton.cc (https://github.com/balupton)

Sponsors

No sponsors yet! Will you be the first?

Gittip donate button Flattr donate button PayPayl donate button BitCoin donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Become a contributor!

<!-- /BACKERS --> <!-- LICENSE/ -->

License

Licensed under the incredibly permissive MIT license

Copyright © 2014+ Bevry Pty Ltd us@bevry.me (http://bevry.me)

<!-- /LICENSE -->

Related Skills

View on GitHub
GitHub Stars77
CategoryDevelopment
Updated1mo ago
Forks4

Languages

CoffeeScript

Security Score

85/100

Audited on Feb 27, 2026

No findings