0.2.2 • Published 6 years ago
sawhorse-cli v0.2.2
sawhorse-cli
Creating a new project
sawhorse create my-projectsawhorse create my-project -T [folder,path,url]Updating an existing project
cd my-project
sawhorse import -T [folder,path,url] --include [folders,paths]- If specified, only updates top-level elements matching `--include
.
Packaging a template
cd my-project
sawhorse package --include [glob list] --output [filename]For example
sawhorse create my-project -T /path/to/template_foldersawhorse create my-project -T /path/to/template.zipsawhorse create my-project -T http://example.com/template.zipsawhorse import -T http://example.com/template.zip --include README.md,htmlsawhorse package --include src/**,README.md,tests/** --output hw-template.zipsawhorse package --include src/**,README.md,tests/** --output hw-template.zip