Skip to content
/ scion Public

Scion is a scaffold for initiating new projects from a given template.

License

Notifications You must be signed in to change notification settings

jrainlau/scion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scion

Scion is a scaffold for initiating new projects from a given template.

Template

A template is a sample folder with many files. You could place a template to GitHub, GitLab, Bitbucket or any other code repository, even in your local mechine!

Usage

Install Scion globaly.

npm install scion-cli -g

Check the --help command.

scion --help
Usage: scion <command>

Options:
  -V, --version  output the version number
  -h, --help     output usage information

Commands:
  add|a          Add a new template
  list|l         List all templates
  delete|d       Delete a template
  init|i         Generate a new project

Just follow the FAQs and you will know how to use it.

  • Add a template

  • List all templates

  • Delete a template

  • Init a new project

License

MIT

About

Scion is a scaffold for initiating new projects from a given template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published