Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/busterc/gulpfile
:runner: quickly create, save and reuse gulpfiles
https://github.com/busterc/gulpfile
gulp gulpfile
Last synced: 3 months ago
JSON representation
:runner: quickly create, save and reuse gulpfiles
- Host: GitHub
- URL: https://github.com/busterc/gulpfile
- Owner: busterc
- Created: 2014-08-30T06:10:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-30T18:18:46.000Z (over 10 years ago)
- Last Synced: 2024-09-29T07:01:36.611Z (4 months ago)
- Topics: gulp, gulpfile
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulpfile
quickly create, save and reuse gulpfiles_if Grunt is your thing, check out: [grunt-file](https://github.com/busterc/grunt-file)_
## Version
1.0.2## Installation
```sh
$ [sudo] npm install gulpfile --global
```## Usage
```sh
$ gulpfile [options]Options: # when no options are provided, a default gulpfile is created & used
-h, --help output usage information
-V, --version output the version number
-l, --list list saved gulpfiles found in ~/gulpfiles
-s, --save [name] save current gulpfile to ~/gulpfiles
-u, --use [name] use a gulpfile from ~/gulpfiles
-d, --delete [name] delete a gulpfile from ~/gulpfiles
```## License
The MIT License (MIT)Copyright © 2014 Buster Collings
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.