Change the repository type filter
All
Repositories list
24 repositories
- eachPublicChainy action that iterates through each item in the array with an asynchronous or synchronous iterator
- mapPublicReplaces each item in the array with the result of an asynchronous or synchronous iterator
- chainy-corePublic
- chainyPublicThe chainy core + autoloader plugin
- chainy-cliPublic
- talkPublic
- tricklePublicChainy action that treats the chain's data as arguments for the specified method, to enable waterfall type workflows
- fsPublicChainy custom plugin that adds the fs utility methods as chainy actions.
- autoloadPublicChainy plugin that automatically loads all installed plugins into the chain
- hasfieldPublicChainy action that filters out items in the chains data that do not have the specified field
- progressPublicChainy utility that outputs the progress of your chain as it progresses through its actions
- geocodePublicChainy action that replaces the chain's data of a location with that of longitude and latitude coordinates in the format of: `[long, lat]`
- countPublicChainy action that logs the length of the chain data to stdout
- pipePublicChainy action that pipes the chain's data to a writable stream
- commonPublic
- uniqPublicChainy action that rejects duplicates inside the chain's data array, based on the item itself, or a particular field
- execPublicChainy action that sets the chain data as the output of an executed script
- globPublicChainy action that replaces the chain's data with a glob of it
- feedPublicChainy action that sets the chain data with the parsed results of a request, includes caching
- flattenPublicChainy action that replaces the chain's data of a nested array into a single shallow array
- autoinstallPublicChainy plugin that automatically installs missing plugins on node versions 0.11 and above
- logPublicChainy action that outputs the chain's data
- setPublicChainy action that sets the data for the chain with the data that is passed over to the plugin
- websitePublicThe chainy website. Not yet made.