https://github.com/jrainlau/scion
Scion is a scaffold for initiating new projects from a given template.
https://github.com/jrainlau/scion
Last synced: 21 days ago
JSON representation
Scion is a scaffold for initiating new projects from a given template.
- Host: GitHub
- URL: https://github.com/jrainlau/scion
- Owner: jrainlau
- License: mit
- Created: 2016-08-03T07:57:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T09:45:29.000Z (over 5 years ago)
- Last Synced: 2025-04-09T23:14:46.006Z (21 days ago)
- Language: TypeScript
- Homepage:
- Size: 11.2 MB
- Stars: 181
- Watchers: 5
- Forks: 74
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```bash
npm install scion-cli -g
```Check the `--help` command.
```bash
scion --help
``````bash
Usage: scionOptions:
-V, --version output the version number
-h, --help output usage informationCommands:
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