1.0.4 • Published 7 years ago

sugo-ci-endpoint v1.0.4

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

sugo-ci-endpoint

Build Status npm Version JS Standard

CI scripts for endpoint

Installation

$ npm install sugo-ci-endpoint --save-dev

Usage

#!/usr/bin/env node

'use strict'

const sugoCiEndpoint = require('sugo-ci-endpoint')

sugoCiEndpoint.build({})

Functions

Available functions

SignatureDescription
.build(options) -> PromiseBuild the project
.format(options) -> PromiseFormat the project
.release(options) -> PromiseRelease the project
.share(pkg, options) -> PromiseShare the project
.test(options) -> PromiseRun test for the project.
.update(options) -> PromiseUpdate dependencies for the project.

License

This software is released under the Apache-2.0 License.

Links