Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)