0.2.0 • Published 8 years ago

gulpfile-install v0.2.0

Weekly downloads
7
License
ISC
Repository
github
Last release
8 years ago

Gulpfile-install

Gulpfile-install is a command line application that scans your gulpfile.js and installs all dependencies.

Options

  -h, --help         Output usage information
  -f, --file <path>  Set input gulpfile
  -S, --save         Save modules as dependency
  -D, --save-dev     Save modules as dev dependency

Example

If you're starting a new project and want to reuse your previous gulpfile:

$ mkdir new-project
$ cp previous-project/gulpfile.js new-project
$ cd new-project
$ gulpfile-install

Install

Install with npm

$ npm install -g gulpfile-install
0.2.0

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago