sugo-ci-middleware

2.0.1 • Public • Published

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

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.

Links

/sugo-ci-middleware/

    Package Sidebar

    Install

    npm i sugo-ci-middleware

    Weekly Downloads

    2

    Version

    2.0.1

    License

    Apache-2.0

    Last publish

    Collaborators

    • realglobe