sawhorse create my-project
sawhorse create my-project -T [folder,path,url]
cd my-project
sawhorse import -T [folder,path,url] --include [folders,paths]
- If specified, only updates top-level elements matching `--include``.
cd my-project
sawhorse package --include [glob list] --output [filename]
sawhorse create my-project -T /path/to/template_folder
sawhorse create my-project -T /path/to/template.zip
sawhorse create my-project -T http://example.com/template.zip
sawhorse import -T http://example.com/template.zip --include README.md,html
sawhorse package --include src/**,README.md,tests/** --output hw-template.zip
sawhorse package --include src/**,README.md,tests/** --output hw-template.zip