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

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

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

Last synced: 2 months 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);
```