create-nitro-app
v0.8.3
Published
Create a Nitro app with a single command
Readme
create-nitro-app
Create a nitro app
# npm
npx create-nitro-app
# pnpm
pnpx create-nitro-app
# yarn
yarn dlx create-nitro-app
# bun
bunx create-nitro-app
# deno
deno run -A npm:create-nitro-appDevelopment
- 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
