Installs all module requirements in a gulpfile
npm install gulpfile-install
-h, --help Output usage information
-f, --file 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
``