0.0.2 • Published 3 years ago
gulp-auto-build v0.0.2
gulp-auto-build
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
- Fork it on GitHub!
- Clone the fork to your own machine.
- Checkout your feature branch:
git checkout -b my-awesome-feature
- Commit your changes to your own branch:
git commit -am 'Add some feature'
- Push your work back up to your fork:
git push -u origin my-awesome-feature
- 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!