wini

Crates.iowini
lib.rswini
version
sourcesrc
created_at2024-11-24 17:24:42.955935
updated_at2024-12-01 16:44:17.244377
descriptionCLI utility for wini
homepage
repositoryhttps://codeberg.org/wini/wini
max_upload_size
id1459433
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`
size0
TKirishima (tkr-sh)

documentation

README

Wini in CLI

Create a project

You can create a new project by using:

wini init

Start

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) !

Deploy

You can run your application in production by doing:

wini run-prod

How to do ... ?

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

Commit count: 0

cargo fmt