| Crates.io | wini-cli |
| lib.rs | wini-cli |
| version | 0.1.0 |
| created_at | 2024-11-24 17:20:21.199484+00 |
| updated_at | 2024-11-24 17:20:21.199484+00 |
| description | CLI utility for wini |
| homepage | |
| repository | https://codeberg.org/wini/wini |
| max_upload_size | |
| id | 1459427 |
| size | 76,295 |
You can create a new project by using:
wini init
To enter the development environment:
wini env # This requires Nix
To run the project:
wini run # By default, starts on port 3000
After that, you can see the project by looking at localhost:3000, from your browser or in CLI (curl localhost:3000) !
You can run your application in production by doing:
wini run-prod
Wini commands are just based on just, so you can look at ./justfile to see what is run behind the hood, and you can customize it as you wish!
Or you can do
wini -h
# or
wini help
for a quick recap