create-nitro-app


Create a nitro app
npx create-nitro-app
Other package managers
pnpm
pnpx create-nitro-app
yarn
yarn dlx create-nitro-app
bun
bunx create-nitro-app
deno
deno run -A npm:create-nitro-app
Development
local development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Try CLI using
pnpm create-nitro-app
License
Published under the MIT license.
Made by community 💛
