UNPKG

mythix-cli

Version:
26 lines (16 loc) 287 B
# 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 ```