https://github.com/nuxt/cli
Nuxt CLI
https://github.com/nuxt/cli
Last synced: 5 months ago
JSON representation
Nuxt CLI
- Host: GitHub
- URL: https://github.com/nuxt/cli
- Owner: nuxt
- License: mit
- Created: 2023-02-14T11:15:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T19:37:14.000Z (about 1 year ago)
- Last Synced: 2025-05-12T20:46:55.715Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://nuxt.com
- Size: 3.23 MB
- Stars: 305
- Watchers: 15
- Forks: 81
- Open Issues: 97
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Nuxt CLI (nuxi)
⚡️ [Nuxt](https://nuxt.com/) Generation CLI Experience.
## Commands
All commands are listed on https://nuxt.com/docs/api/commands.
## Shell Autocompletions
`nuxt/cli` provides shell autocompletions for commands, options, and option values – powered by [`@bomb.sh/tab`](https://github.com/bombshell-dev/tab).
### Package Manager Integration
`@bomb.sh/tab` integrates with [package managers](https://github.com/bombshell-dev/tab?tab=readme-ov-file#package-manager-completions). Autocompletions work when running `nuxt` directly within a Nuxt project:
```bash
pnpm nuxt
npm exec nuxt
yarn nuxt
bun nuxt
```
For package manager autocompletions, you should install [tab's package manager completions](https://github.com/bombshell-dev/tab?tab=readme-ov-file#package-manager-completions) separately.
## Contributing
```bash
# Install dependencies
pnpm i
# Build project and start watcher
pnpm dev
# Go to the playground directory
cd playground
# And run any commands
pnpm nuxt
```
## License
[MIT](./LICENSE)