0.0.2 • Published 3 years ago

gulp-auto-build v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

gulp-auto-build

NPM Downloads NPM Version License Dependency Status devDependency Status Code Style

static web app auto build workflow

Installation

$ yarn add gulp-auto-build

# or npm
$ npm install gulp-auto-build

Usage

build project gulp-auto-build build package files under the current module

start project use gulp-auto-build or gulp-auto-build serve to start project in local server options: --port xxx(default is 2080) --open false (default is true)

gulp-auto-build clean gulp-auto-build complie gulp-auto-build lint

API

name

  • Type: string
  • Details: name string

options

Contributing

  1. Fork it on GitHub!
  2. Clone the fork to your own machine.
  3. Checkout your feature branch: git checkout -b my-awesome-feature
  4. Commit your changes to your own branch: git commit -am 'Add some feature'
  5. Push your work back up to your fork: git push -u origin my-awesome-feature
  6. Submit a Pull Request so that we can review your changes.

NOTE: Be sure to merge the latest from "upstream" before making a pull request!