@fulminate/cli
v2.4.2
Published
CLI for bootstrapping and simplifying control over Fulminate Framework projects.
Downloads
44
Readme
Fulminate CLI
Installation
Install Fulminate CLI globally with:
npm i -g @fulminate/cli
Creating new projects
After installing Fulminate CLI, run:
glint --bootstrap=<PROJECT_NAME>
Replace PROJECT_NAME
with the name of the project you are going to create. Fulminate CLI will create a folder with this project name inside your current working directory and put a bootstrap project there.