3.0.2 • Published 7 years ago

sugo-ci-module v3.0.2

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

sugo-ci-module

Build Status npm Version JS Standard

CI scripts for module projects.

Installation

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

Usage

#!/usr/bin/env node

'use strict'

const { build } = require('sugo-ci-module')

build({})

Functions

Available functions

SignatureDescription
.browser(options) -> PromiseCompile to browser source
.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