ChainyJS
- Archived, use promises instead.
- https://github.com/chainyjs/chainy/wiki
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign upRepositories
map
Replaces each item in the array with the result of an asynchronous or synchronous iterator
each
Chainy action that iterates through each item in the array with an asynchronous or synchronous iterator
chainy
The chainy core + autoloader plugin
trickle
Chainy action that treats the chain's data as arguments for the specified method, to enable waterfall type workflows
fs
Chainy custom plugin that adds the fs utility methods as chainy actions.
autoload
Chainy plugin that automatically loads all installed plugins into the chain
hasfield
Chainy action that filters out items in the chains data that do not have the specified field
progress
Chainy utility that outputs the progress of your chain as it progresses through its actions
geocode
Chainy action that replaces the chain's data of a location with that of longitude and latitude coordinates in the format of: `[long, lat]`
count
Chainy action that logs the length of the chain data to stdout
pipe
Chainy action that pipes the chain's data to a writable stream
common
Chainy bundle including the count, log, map, push, set, and swap plugins
uniq
Chainy action that rejects duplicates inside the chain's data array, based on the item itself, or a particular field
exec
Chainy action that sets the chain data as the output of an executed script
glob
Chainy action that replaces the chain's data with a glob of it
feed
Chainy action that sets the chain data with the parsed results of a request, includes caching
flatten
Chainy action that replaces the chain's data of a nested array into a single shallow array
autoinstall
Chainy plugin that automatically installs missing plugins on node versions 0.11 and above
set
Chainy action that sets the data for the chain with the data that is passed over to the plugin