create-event-app

Scaffold for event projects

Usage no npm install needed!

<script type="module">
  import createEventApp from 'https://cdn.skypack.dev/create-event-app';
</script>

README

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