mythix-cli
Version:
Mythix CLI utility
26 lines (16 loc) • 287 B
Markdown
# mythix-cli
Mythix CLI utility
Run CLI commands for `mythix` web-app framework.
Examples:
Create an empty `mythix` project:
```bash
$ mythix-cli init project_name
```
Serve your application:
```bash
$ mythix-cli serve
```
Drop into a REPL shell:
```bash
$ mythix-cli shell
```