sugo-ci-site

2.0.1 • Public • Published

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

Signature Description
.build(options) -> Promise Build a site project
.compile(options) -> Promise Compile a site project
.devServer(options) -> Promise Start a build server by webpack-dev-server.
.favicon(options, name, color, options) -> Promise Generate favicon for an site project
.format(options) -> Promise Format the project
.heroku(options) -> Promise Heroku a site project
.release(options) -> Promise Release the project
.share(pkg, options) -> Promise Share the project
.test(options) -> Promise Test a site project
.update(options) -> Promise Update dependencies for the project.

License

This software is released under the Apache-2.0 License.

Links

Readme

Keywords

Package Sidebar

Install

npm i sugo-ci-site

Weekly Downloads

0

Version

2.0.1

License

Apache-2.0

Last publish

Collaborators

  • realglobe