1.0.4 • Published 4 years ago

create-celer-app v1.0.4

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

create-celer-app

Create an app powered by celer.

$ npm init celer-app <project-name>
$ cd <project-name>
$ npm install
$ npm run dev

If using Yarn:

$ yarn create celer-app <project-name>
$ cd <project-name>
$ yarn
$ yarn dev

Templates

Available templates:

  • default (default)

To scaffold with specific template:

$ npm init celer-app my-app --template xxxx
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago