| Crates.io | nib |
| lib.rs | nib |
| version | 0.0.10 |
| created_at | 2020-04-30 17:17:23.214669+00 |
| updated_at | 2025-04-17 19:10:05.174692+00 |
| description | A yet another static site generator |
| homepage | https://gitlab.com/grauwoelfchen/nib |
| repository | https://gitlab.com/grauwoelfchen/nib |
| max_upload_size | |
| id | 235893 |
| size | 78,072 |
nib is the main library of Nib and which is built to assist making a
static site generator application.
Please take a look at nib-cli or nib-server.
% cargo install nib
TODO
% cd /path/to/repo
% make build:debug:server
% ./target/debug/nib-server
% cd /path/to/repo
% rm -fr src/**/target
% rm -fr dst/*
% make build:debug::cli
% ./target/debug/nib