0.6.0 • Published 1 year ago

create-eruption v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.4.0-beta.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.5.1

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.2

2 years ago

0.1.7

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago