Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 448 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 448 Bytes

Nawah CLI

Nawah CLI is the tool to create new Nawah apps. You can install it, and use it like:

python[3[.8]] -m pip install nawah_cli
nawah create [/path/to/project] hello_world [--default-config]

where hello_world is the new project name and folder name to be created for the project.

Docs Index

Learn more on Nawah CLI and Nawah framework at https://github.com/nawah-io/nawah_docs.