wk-pages-try
v0.3.0
Published
static web workflow
Readme
wk-pages
static web workflow
Installation
$ npm install wk-pages-try
# or yarn
$ yarn add wk-pages-tryUsage
inpackage.json,add these scripts
{
"scripts": {
"clean": "wk-pages-try clean",
"build": "wk-pages-try build",
"dev": "wk-pages-try develop"
}
}then
$ npm run clean
# or
$ npm run clean
# or
$ npm run clean
Related
- zce/caz - A simple yet powerful template-based Scaffolding tools.
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!
