1.1.3 • Published 6 months ago
common-gulp-config
Licence
—
Version
1.1.3
Deps
42
Size
42 kB
Vulns
1
Weekly
0
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~