sugo-ci-module
v3.0.2
Published
CI scripts for module projects.
Downloads
15
Readme
sugo-ci-module
CI scripts for module projects.
Installation
$ npm install sugo-ci-module --save-dev
Usage
#!/usr/bin/env node
'use strict'
const { build } = require('sugo-ci-module')
build({})
Functions
Available functions
| Signature | Description |
| ---- | ----------- |
| .browser(options) -> Promise
| Compile to browser source |
| .build(options) -> Promise
| Build the project |
| .format(options) -> Promise
| Format the project |
| .release(options) -> Promise
| Release the project |
| .share(pkg, options) -> Promise
| Share the project |
| .test(options) -> Promise
| Run test for the project. |
| .update(options) -> Promise
| Update dependencies for the project. |
License
This software is released under the Apache-2.0 License.