start of creating a new project cmd

This commit is contained in:
cubixle
2022-07-22 13:15:26 +01:00
commit 2bd76a9b96
11 changed files with 410 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# Tuukoti CLI
## Commands
- `tuukoti new sitename` - creates a new project directory with "sitename".
- `tuukoti serve` - serves your app locally.
- `tuukoti build` - builds the binary and any resources.
- `tuukoti update`