1.0.40 • Published 12 months ago

common-gulp-config v1.0.40

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

common-gulp-config

NPM package for projects to help build with ease to save time by writing less code

Installation

npm install common-gulp-config

Usage

After installation run the command:

node node_modules/common-gulp-config/install.js

This 👆🏻will extract configuration folders to your directory and you can use just by running

gulp

Update

To update for a new version:

npm install common-gulp-config@latest
yarn add common-gulp-config@latest

After installing the new version:

node node_modules/common-gulp-config/install.js

This 👆🏻 will reflect changes in the local version by creating .backup files for each changed local file, you can delete .backup files after checking and comparing them

Done! Happy coding~