| name | nitro |
| description | > [!NOTE] > You’re viewing the **v3** branch. > For the current stable release, see [Nitro v2](https://github.com/nitrojs/nitro/tree/v2). WHEN: run `nitro` commands, build web servers or apis with nit |
nitro
[!NOTE] > You’re viewing the v3 branch. > For the current stable release, see Nitro v2.
When to Use
- Run
nitro commands
- Build web servers or APIs with nitro
When NOT to Use
- GUI or web-based workflows where CLI is not available
- Projects using Python or Rust (different ecosystem)
Quick Start
Install
npm install nitro
CLI Commands
Project Info
- Language: TypeScript, JavaScript
- License: MIT
- Tests: Yes
- Key dependencies: consola, crossws, db0, env-runner, h3, hookable, nf3, ocache
File Structure
├── docs/
│ ├── 1.docs/
│ ├── 2.deploy/
│ ├── 3.config/
│ ├── 4.examples/
│ ├── 9.blog/
│ ├── index.md
│ ├── package.json
│ ├── pnpm-lock.yaml
│ └── pnpm-workspace.yaml
├── examples/
│ ├── api-routes/
│ ├── auto-imports/
│ ├── cached-handler/
│ ├── custom-error-handler/
│ ├── database/
│ ├── elysia/
│ ├── express/
│ ├── fastify/
│ ├── hello-world/
Generated by repo2skill