Chainy
The chainy core + autoloader plugin
Install / Use
/learn @chainyjs/ChainyREADME
Chainy
<!-- /TITLE --> <!-- BADGES/ --> <!-- /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
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.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md file.
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?
Contributors
These amazing people have contributed code to this project:
<!-- /BACKERS --> <!-- LICENSE/ -->License
Licensed under the incredibly permissive MIT license
Copyright © 2014+ Bevry Pty Ltd us@bevry.me (http://bevry.me)
<!-- /LICENSE -->Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。









