Crates.io | wini |
lib.rs | wini |
version | |
source | src |
created_at | 2024-11-24 17:24:42.955935 |
updated_at | 2024-12-01 16:44:17.244377 |
description | CLI utility for wini |
homepage | |
repository | https://codeberg.org/wini/wini |
max_upload_size | |
id | 1459433 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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