Skip to content

Shopcaster/hs-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hipsell build tool. Install with npm:

npm -g install /path/to/hs-builder

The -g flag allows the hsb command to be added to your path.

Usage: hsb [OPTIONS] [ARGS]

Options: -s, --src [PATH] Source directory (Default is ./src) -b, --build [PATH] Build directory (Default is ./build) -a, --address [STRING] Address to serve on (Default is 0.0.0.0) -p, --port [NUMBER] Serve on port (Default is 3000) -k, --no-color Omit color from output --debug Show debug information -h, --help Display help and usage details

Commands: build, serve, test

Releases

No releases published

Packages

No packages published