- Community
- Utility
- gulp-debug: Debug vinyl file streams to see what files are run through your gulp pipeline
- gulp-count: count files in vinyl stream
- lazypipe: Use to create an immutable, lazily initialized pipeline from a series of streams.
- gulp-size: Logs out the total size of files in the stream and optionally the individual file-sizes.
- Images
- gulp-imagemin
- gulp-webp: Convert images to WebP
- Concatenation
- gulp-concat: This will concat files by your operating systems newLine. It will take the base directory from the first file that passes through it.
- gulp-group-concat: Concats groups of files into a smaller number of files
- JavaScript
- gulp-pure-cjs
- yoloader is a CommonJS module loader implementation. It provides tools to bundle a CommonJS based project and to load such bundles.
- gulp-uglify
- CSS
- gulp-cssnano: Minify CSS with cssnano.
- gulp-minify-css
- SourceMaps
- gulp-sourcemaps
- Plugins with gulp sourcemaps support
- vinyl-sourcemaps-apply: Apply a source map to a vinyl file, merging it with preexisting source maps
- Filters
- gulp-filter: Filter files in a vinyl stream
- gulp-changed: Only pass through changed files
- vinyl-diff: This library allows you to perform diffs between streams of vinyl.
- gulp-cached: A simple in-memory file cache for gulp
- gulp-cache: A temp file based caching proxy task for gulp.
- gulp-remember: A plugin for gulp that remembers and recalls files passed through it
- gulp-newer: Pass through newer source files only
- Deployment
- Vinyl
- Vinyl FS
- gulp-rename: is a gulp plugin to rename files easily.
- vinyl-source-stream: Use conventional text streams at the start of your gulp or vinyl pipelines, making for nicer interoperability with the existing npm stream ecosystem.
- vinyl-to-stream: convert a vinyl stream to a text stream
- vinyl-source-buffer: Convert a text stream into a vinyl pipeline whose content is a buffer.
- vinyl-file
- mem-fs: Simple in-memory vinyl file store
- vinyl-fs-fake: A vinyl adapter that extends vinyl-fs to allow for easy debugging by passing in virtual files instead of globs, and calling a function instead of writing to file.
- vinyl-transform wraps standard text transform streams so you can write fewer gulp plugins. Fulfills a similar use case to vinyl-map and vinyl-source-stream.
- vinyl-map map vinyl files' contents as strings, so you can easily use existing code without needing yet another gulp plugin!
- vinyl-paths: Get the file paths in a vinyl stream
- vinyl-ast: Parse-once and generate-once AST tool bridge for Gulp plugins
- vinyl-git: Vinyl adapter for the git
- gulp-chmod
Created
June 9, 2015 00:42
-
-
Save dypsilon/59790581bd986817c804 to your computer and use it in GitHub Desktop.
Collection fo Gulp Bookmarks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment