1
1
mirror of https://github.com/srid/rib.git synced 2024-09-11 13:37:20 +03:00
rib/README.md
Sridhar Ratnakumar 4a62472fff
Fix README cli
2020-04-10 12:49:25 -04:00

1000 B

rib

BSD3 Hackage built with nix Zulip chat

Rib is a Haskell static site generator that aims to reuse existing libraries instead of reinventing the wheel.

See https://rib.srid.ca for full documentation.

Developing rib

Use ghcid for quicker compilation cycles:

nix-shell --run ghcid

To test your changes, clone rib-sample and run it using your local rib checkout:

cd ..
git clone https://github.com/srid/rib-sample.git
cd rib-sample
nix-shell --arg rib ../rib --run 'ghcid -T ":main -wS"'