1.0.0 • Published 5 years ago

fel-cli v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

fel-cli

fel-cli 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 fel-cli globaly.

npm install fel-cli -g

Check the --help command.

fel --help
Usage: fel <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

License

MIT