nib 0.0.10

A yet another static site generator
Documentation

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

% cargo install nib

Example

TODO

Development

% 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