Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 6, 2023
1 parent 960c1df commit 32cc73e
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
# Nuxt CLI (nuxi)

💫 Next Generation CLI Experience for [Nuxt](https://nuxt.com/).
⚡️ Next Generation CLI Experience for [Nuxt](https://nuxt.com/).

> **Warning**
> 🚧 This project is heavily a work in progress.
> This project is heavily a work in progress.

## Open Discussions

- [**Project Goals**](https://github.com/nuxt/cli/discussions/3)
- [Feedbacks and Ideas](https://github.com/nuxt/cli/discussions/4)
- [The journey of Nuxt CLI Generations](https://github.com/nuxt/cli/discussions/7)
- <a href="https://github.com/nuxt/cli/discussions/3" target="_blank"><strong>Project Goals</strong></a>
- <a href="https://github.com/nuxt/cli/discussions/4" target="_blank">Feedbacks and Ideas</a>
- <a href="https://github.com/nuxt/cli/discussions/7" target="_blank">The journey of Nuxt CLI Generations</a>


## Beta Testing

### Using `npx` (recommended)
### Using `npx`

```bash
npx nuxi-ng@latest --help
```

### Global Install

```bash
npm i -g nuxi-ng@latest
```

### Add to the Project

Install the new CLI dependency:
Expand Down

0 comments on commit 32cc73e

Please sign in to comment.