sugo-ci-site
v2.0.1
Published
CI scripts for site
Readme
sugo-ci-site
CI scripts for site
Installation
$ npm install sugo-ci-site --save-devUsage
#!/usr/bin/env node
'use strict'
const sugoCiSite = require('sugo-ci-site')
sugoCiSite.build({})
Functions
Available functions
| Signature | Description |
| ---- | ----------- |
| .build(options) -> Promise | Build a site project |
| .compile(options) -> Promise | Compile a site project |
| .devServer(options) -> Promise | Start a build server by webpack-dev-server. |
| .favicon(options, name, color, options) -> Promise | Generate favicon for an site project |
| .format(options) -> Promise | Format the project |
| .heroku(options) -> Promise | Heroku a site project |
| .release(options) -> Promise | Release the project |
| .share(pkg, options) -> Promise | Share the project |
| .test(options) -> Promise | Test a site project |
| .update(options) -> Promise | Update dependencies for the project. |
License
This software is released under the Apache-2.0 License.
