An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Scion

![](./preview/logo.png)

**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: scion

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

![](./preview/add.gif)

![](./preview/add-2.gif)

- List all templates

![](./preview/list.gif)

- Delete a template

![](preview/delete.gif)

- Init a new project

![](preview/init.gif)

## License
MIT