Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

littlecolumns/sawhorse-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sawhorse-cli

Creating a new project

sawhorse create my-project
sawhorse 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_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

About

Command-line interface to build sawhorse projects https://github.com/littlecolumns/sawhorse

Resources

Stars

Watchers

Forks

Packages

No packages published