An open API service indexing awesome lists of open source software.

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

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~