wini

Crates.iowini
lib.rswini
version0.1.2
created_at2024-11-24 17:24:42.955935+00
updated_at2024-12-01 16:44:17.244377+00
descriptionCLI utility for wini
homepage
repositoryhttps://codeberg.org/wini/wini
max_upload_size
id1459433
size77,499
tk (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