2.0.1 • Published 7 years ago

sugo-ci-site v2.0.1

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

sugo-ci-site

npm Version JS Standard

CI scripts for site

Installation

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

Usage

#!/usr/bin/env node

'use strict'

const sugoCiSite = require('sugo-ci-site')

sugoCiSite.build({})

Functions

Available functions

SignatureDescription
.build(options) -> PromiseBuild a site project
.compile(options) -> PromiseCompile a site project
.devServer(options) -> PromiseStart a build server by webpack-dev-server.
.favicon(options, name, color, options) -> PromiseGenerate favicon for an site project
.format(options) -> PromiseFormat the project
.heroku(options) -> PromiseHeroku a site project
.release(options) -> PromiseRelease the project
.share(pkg, options) -> PromiseShare the project
.test(options) -> PromiseTest a site project
.update(options) -> PromiseUpdate dependencies for the project.

License

This software is released under the Apache-2.0 License.

Links