1.3.6 • Published 3 years ago

create-event-app v1.3.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Create Event App

Create Event App 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

Using npx

npx create-event-app init

Or install Create Event App globaly.

npm install create-event-app -g

Check the --help command.

create-react-app --help
Usage: create-event-app <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