@noaignite/create-app
CLI for scaffolding NoA Ignite templates inside a Turborepo project. It guides users through template selection, file overwrite handling, and post-install commands.
Starting a new project?
Starting a new project uses both the create-turbo and @noaignite/create-app executables.
Installing Turborepo
Create a new project with Turborepo from Vercel .
// with pnpm (recommended)
pnpm dlx create-turbo@latest -m pnpm
// with yarn
yarn dlx create-turbo@latest -m yarn
// with npm
npx create-turbo@latest -m npmInstalling NoA Ignite templates
Once the Turborepo is scaffolded, install the templates you need.
- Change to the newly created Turborepo directory. For example:
cd my-turborepo- Run the NoA Ignite CLI with the same package manager you used in the previous step.
// with pnpm (recommended)
pnpm dlx @noaignite/create-app
// with yarn
yarn dlx @noaignite/create-app
// with npm
npx @noaignite/create-appDocumentation
Visit https://noaignite.dev/create-app to view the full documentation.
Contributing
Read the contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.
Changelog
The changelog is regularly updated to reflect what’s changed in each new release.
License
This project is licensed under the terms of the MIT license .