Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxt/cli
⚡️ Nuxt Generation CLI Experience.
https://github.com/nuxt/cli
Last synced: 27 days ago
JSON representation
⚡️ Nuxt Generation CLI Experience.
- Host: GitHub
- URL: https://github.com/nuxt/cli
- Owner: nuxt
- License: mit
- Created: 2023-02-14T11:15:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:44:07.000Z (6 months ago)
- Last Synced: 2024-05-22T14:51:51.272Z (6 months ago)
- Language: TypeScript
- Homepage: https://github.com/nuxt/cli/discussions/3
- Size: 1.43 MB
- Stars: 225
- Watchers: 13
- Forks: 46
- Open Issues: 108
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
## Vision and Roadmap
We've rebuilt `nuxi` from the ground up using [unjs/citty](http://github.com/unjs/citty). We have grand plans for this - check out some of the features + roadmap discussions and please feel free to contribute!
- Project Goals
- Feedbacks and Ideas
- The journey of Nuxt CLI Generations## Contributing
```bash
# Install dependencies
pnpm i# Generate type stubs
pnpm dev:prepare# Go the the playground directory
cd playground# And run any commands
pnpm nuxi
```## License
[MIT](./LICENSE)