beef331 / website

Code for the official Nim programming language website
https://nim-lang.org
19 stars 1 forks source link

Sauer #82

Closed moigagoo closed 12 months ago

moigagoo commented 1 year ago

Name: Sauer

Author: moigagoo

Posting:

Sauer is a command-line tool that helps set up Karax projects and add new pages and routes to them.

Sauer uses Kraut for routing and offers a sane default app structure where each page is a separate module. The routes are defined in routes.nim and the global state is just a module name state.nim. Simple as that.

It automatically adds the necessary dependencies and useful tasks to your nimble file and even ships with a simple static server to serve your app locally for development.

Install Sauer with nimble install sauer and run sauer --help to see the available commands.

Sauer is powered by Climate.

The repo is https://github.com/moigagoo/sauer