Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
plugin for handling gulp cli parameters
- Host: GitHub
- URL: https://github.com/zoubin/gulp-args
- Owner: zoubin
- Created: 2015-04-01T05:46:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T06:29:21.000Z (over 9 years ago)
- Last Synced: 2024-10-07T21:21:47.543Z (about 1 month ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
```