2.0.1 • Published 7 years ago

sugo-ci-middleware v2.0.1

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

sugo-ci-middleware

Build Status npm Version JS Standard

CI scripts for middlewares

Installation

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

Usage

#!/usr/bin/env node

'use strict'

const sugoMiddlewareCi = require('sugo-middleware-ci')

sugoMiddlewareCi.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