Skip to content
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.
/ gulpfile-install Public archive

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

Notifications You must be signed in to change notification settings

unfold/gulpfile-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gulpfile-install

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

This package is unmaintained. If you experience a bug or problem, create a pull request with a fix and a release will be made.

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published