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.