CI scripts for agent projects.
$ npm install sugo-ci-agent --save-dev
#!/usr/bin/env node
'use strict'
const sugoCiAgent = require('sugo-ci-agent')
sugoCiAgent.build({})
Available functions
Signature | Description |
---|---|
.browser(options) -> Promise |
Setup browser source of the project |
.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. |
This software is released under the Apache-2.0 License.