sugo-ci-endpoint
v1.0.4
Published
CI scripts for endpoint
Downloads
35
Readme
sugo-ci-endpoint
CI scripts for endpoint
Installation
$ npm install sugo-ci-endpoint --save-devUsage
#!/usr/bin/env node
'use strict'
const sugoCiEndpoint = require('sugo-ci-endpoint')
sugoCiEndpoint.build({})
Functions
Available functions
| Signature | Description |
| ---- | ----------- |
| .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.
