New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@noaignite/create-app

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noaignite/create-app

Scaffold NoA Ignite templates within a turborepo project

latest
Source
npmnpm
Version
0.12.2
Version published
Maintainers
2
Created
Source

@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 npm

Installing 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-app

Documentation

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.

Keywords

react

FAQs

Package last updated on 30 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts