0.6.0 • Published 30 days ago

create-eruption v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
30 days ago

create-eruption 🌋

The official template to create a new Eruption project.

Usage

To initialize a new project, run the following command (with you preferred package manager)):

npm init eruption@latest
yarn create eruption@latest
pnpm create eruption@latest

The CLI will ask you a few questions (in interactive mode) and then create a new project for you, but you can also pass a few flags to skip the interactive mode.

to skip the interactive mode you can pass the --name and --kit flags:

npm init eruption@latest -- --name my-project --kit core --yes

Available Kits

NameDescriptionRepository
coreThe core kit (React, Vite and Vitest).https://github.com/eruptionjs/core
react-fullThe full kit (React, Vite, Vitest, Mantine, React Router, Zustand, React Hook Form, Axios, and more).https://github.com/eruptionjs/react-full
react-libThe library kit (React, Vite, Vitest, TypeScript).https://github.com/eruptionjs/react-lib

CLI Flags

FlagDescriptionDefault
--nameThe name of the project.undefined
--kitThe kit to use (e.g: core. The CLI will use the https://github.com/eruptionjs/core repository as base).undefined
--yesWhether to skip the confirm prompt.false
--gitWhether to initialize a git repository.true
--vscodeWhether to include or not .vscode foldertrue

License

MIT @ EruptionJS and it's contributors.

0.6.0

30 days ago

0.4.0-beta.1

7 months ago

0.5.0

7 months ago

0.4.0

7 months ago

0.5.1

7 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.3.0

12 months ago

0.2.0

1 year ago

0.1.8

1 year ago

0.1.2

1 year ago

0.1.7

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago