static-build

0.1.1-0 • Public • Published

Installation

npm install static-build -g

Usage

Usage: static-build [options]
 
Options:
  --dev       watch the changes and start a server for developing
  -s, --src   the source file directory                               [required]
  -d, --dist  the distination directory to be built into
 
Examples:
  static-build -s . -d ../dist  bundle current directory to ../dist directory
  static-build -s .             bundel current files in current directory to
                                default ./dist directory

Contribution Guide

 
# build for publish
make build
 
# run tests
make test

Readme

Keywords

none

Package Sidebar

Install

npm i static-build

Weekly Downloads

0

Version

0.1.1-0

License

ISC

Last publish

Collaborators

  • xinchaobeta