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
- Host: GitHub
- URL: https://github.com/zoubin/gulp-args
- Owner: zoubin
- Created: 2015-04-01T05:46:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T06:29:21.000Z (about 11 years ago)
- Last Synced: 2025-02-09T05:48:06.438Z (over 1 year 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);
```