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 25dd376 commit 960c1df
Showing 1 changed file with 11 additions and 32 deletions.
43 changes: 11 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,22 @@
# nuxi-ng
# Nuxt CLI (nuxi)

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

### 🌐 Global
> **Warning**
> 🚧 This project is heavily a work in progress.
Elegant and powerful `nuxt` command accessible immediately from everywhere. To bootstrap, init, develop, extend build and deploy Nuxt project.
## Open Discussions

### 🧩 Modular
- [**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)

New architucture allows composing CLI sub-commands and features from various sources, making Nuxt CLI as extendable and hackable as Nuxt itself!
## Beta Testing

### 🤖 Automated

Bootstraping a project, adding a new module or dependency, upgrading Nuxt, changing configuration, creating a template are one command away!

### 💫 Elegant

With better core integration, experience an informative and fancier CLI than ever!

### 🔌 Programmatic

Exposing Programmatic API interface, allows interacting with CLI using Devtools and Web Browser.

### ⚡️ Rapid Development

With independent versioning and self-upgrade support, we can deliver new updates even faster and work on new ideas.

## Usage

### Install Globally (recommended)

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

You can now use `nuxt` command to start your projects in development mode:
### Using `npx` (recommended)

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

### Add to the Project
Expand Down Expand Up @@ -70,4 +49,4 @@ Change scripts:

## License

MIT
[MIT](./LICENSE)

0 comments on commit 960c1df

Please sign in to comment.