Nib
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.
Usage
Installation
Example
TODO
Development
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