Pinned Repositories
bach
Compose your async functions with elegance.
gulp
A toolkit to automate & enhance your workflow
gulp-cli
Command Line Interface for gulp.
gulp-util
[deprecated] - See https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
interpret
A dictionary of file extensions and associated module loaders.
liftoff
Launch your command line tool with ease.
plugins
[Unused] Very old plugin search website
undertaker
Task registry that allows composition through series/parallel methods.
vinyl
Virtual file format.
vinyl-fs
Vinyl adapter for the file system.
gulp's Repositories
gulpjs/async-done
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
gulpjs/replace-ext
Replaces a file extension with another one.
gulpjs/ordered-read-streams
Combines array of streams into one Readable stream in strict order.
gulpjs/hacker
Hack on your project easily. A liftoff proof-of-concept.
gulpjs/now-and-later
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
gulpjs/flagged-respawn
A tool for respawning node binaries when special flags are present.
gulpjs/plugin-error
Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor reformatting.
gulpjs/lead
Sink your streams.
gulpjs/vinyl-sourcemap
Add/write sourcemaps to/from Vinyl files.
gulpjs/last-run
Capture and retrieve the last time a function was run
gulpjs/path-dirname
Node.js path.dirname() ponyfill
gulpjs/fined
Find a file given a declaration of locations.
gulpjs/value-or-function
Normalize a value or function, applying extra args to the function
gulpjs/to-through
Wrap a Readable stream in a Transform stream.
gulpjs/has-gulplog
Check if gulplog is available before attempting to use it
gulpjs/mute-stdout
Mute and unmute stdout
gulpjs/resolve-options
Resolve an options object based on configuration.
gulpjs/semver-greatest-satisfied-range
Find the greatest satisfied semver range from an array of ranges.
gulpjs/eslint-config-gulp
Sharable eslint config for gulp projects
gulpjs/fs-mkdirp-stream
Ensure directories exist before writing to them.
gulpjs/remove-bom-stream
Remove a UTF8 BOM at the start of the stream.
gulpjs/replace-homedir
Replace user home in a string with another string. Useful for tildifying a path.
gulpjs/theming-log
Creates a logger with theme for text decoration.
gulpjs/.boilerplate
The boilerplate template for gulp packages.
gulpjs/evented-require
Require modules and receive events.
gulpjs/update-template
Updates a gulpjs repository to match our current scaffold.
gulpjs/vinyl-contents
Utility to read the contents of a vinyl file.
gulpjs/.github
GitHub template files for the gulpjs organization.
gulpjs/parse-node-version
Turn node's process.version into something useful.
gulpjs/to-absolute-glob
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.