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

https://github.com/evolify/z-cli

A awesome cli.
https://github.com/evolify/z-cli

Last synced: 5 months ago
JSON representation

A awesome cli.

Awesome Lists containing this project

README

          

# web-cli
An awesome cli.

* ### install

`npm i -g @evolify/cli`

* ### usage
1. Create a project.
```shell
z create
cd
yarn dev # default run at 8080 port
```

2. Run a single component without any configuration.(Now for react only, vue will be supported soon.). React hot loader is built in.
```shell
z serve
```