https://github.com/bobstyle23/gulp-config
NPM package of gulp configuration for project automation
https://github.com/bobstyle23/gulp-config
config gulp gulp-tasks gulpjs javascript npm-package
Last synced: about 1 month ago
JSON representation
NPM package of gulp configuration for project automation
- Host: GitHub
- URL: https://github.com/bobstyle23/gulp-config
- Owner: Bobstyle23
- Created: 2025-01-17T02:24:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T02:26:43.000Z (about 1 year ago)
- Last Synced: 2025-03-22T03:22:41.654Z (about 1 year ago)
- Topics: config, gulp, gulp-tasks, gulpjs, javascript, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/common-gulp-config?activeTab=readme
- Size: 16.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# common-gulp-config
NPM package for projects to help build with ease to save time by writing less code
## Installation
```bash
npm install common-gulp-config
```
## Usage
After installation run the command:
```bash
node node_modules/common-gulp-config/install.js
```
This 👆🏻will extract configuration folders to your directory and you can use just by running
```bash
gulp
```
## Update
To update for a new version:
```bash
npm install common-gulp-config@latest
yarn add common-gulp-config@latest
```
After installing the new version:
```bash
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~