1 unstable release

0.1.0 Nov 24, 2024

#1946 in Command line utilities

Download history 59/week @ 2024-11-18 60/week @ 2024-11-25

119 downloads per month

AGPL-3.0-or-later

29KB
676 lines

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

Dependencies

~24–40MB
~666K SLoC