command-line interface tool for manage scaffolding
bash
cargo install scafalra
PATH
environment variableA GitHub personal access token(classic), which does not require any scope for public repositories
and repo
scope for private repositories
bash
scafalra token your_token
``` scafalra is a command-line interface tool for manage scaffold
Usage: scafalra [OPTIONS] [COMMAND]
Commands: list List all scaffolds remove Remove specified scaffolds mv Rename a scaffold add Add scaffolds from GitHub repository create Copy the scaffold folder to the specified directory token Configure or display your GitHub personal access token(classic) help Print this message or the help of the given subcommand(s)
Options:
--debug Use debug output
--token
```bash
export httpsproxy=yourproxy scafalra add user/repo ```