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.
- Host: GitHub
- URL: https://github.com/evolify/z-cli
- Owner: evolify
- License: mit
- Created: 2019-03-27T12:00:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T18:45:35.000Z (over 3 years ago)
- Last Synced: 2025-10-03T07:52:44.994Z (8 months ago)
- Language: JavaScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```