regexgen.js
RegexGen.js is a JavaScript regular expression generator that helps to construct complex regular expressions, inspired by JSVerbalExpressions.
Updated by @amobiz
json-normalizer
Normalize a json object to meets a json-schema using extended schema descriptor.
Updated by @amobiz
json-regulator
Manages conditional configurations by promoting and/or eliminating specific keys of a JSON value object.
Updated by @amobiz
mocha-cases
A tiny mocha test case runner. Suited for simple input to output validation tests.
Updated by @amobiz
model-chainify
Converts a bunch of functions into a method-chainable calss with a shared data model.
Updated by @amobiz
gulp-ccr-stream-helper
Stream helper functions for cascading configurable gulp recipes for gulp-chef.
Updated by @amobiz
gulp-ccr-queue
Pipe queued streams progressively. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-watch
Watch source files of specific tasks and their descendants and run corresponding task when a file changes. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-copy
Copy assets and optionally remove or replace relative paths for files. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-pipe
Pipe stream generated from first child task to others. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-each
Iterates each values and pass to sub tasks. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-postcss
Transforming styles with JS plugins. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-browserify
Bundle JavaScript things with Browserify. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-each-dir
Iterates each sub directories and pass to sub tasks. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-bump
Bump project version programmatically or interactively. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-config-helper
Configuration helper functions. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-merge
Merge multiple streams into one interleaved stream. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-clean
Clean up destination folder. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-series
Run sub tasks in series, each one running once the previous task has completed. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-parallel
Run sub tasks in parallel, without waiting until the previous task has completed. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz
gulp-ccr-concat
Concatenates streams. A cascading configurable gulp recipe for gulp-chef.
Updated by @amobiz