Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zoubin/gulp-args

plugin for handling gulp cli parameters
https://github.com/zoubin/gulp-args

Last synced: 8 days ago
JSON representation

plugin for handling gulp cli parameters

Awesome Lists containing this project

README

        

# gulp-args
A plugin for handling gulp cli parameters.

Right now just a wrapper of [minimist](https://github.com/substack/minimist)
## Usage
```
var plugins = require('gulp-load-plugins')();
console.log(plugins.args);
```