10 releases

new 0.0.10 Apr 17, 2025
0.0.9 Apr 17, 2025
0.0.8 Jun 23, 2021
0.0.7 May 28, 2020
0.0.1 Apr 30, 2020

#973 in Text processing

Download history 9/week @ 2025-02-15 6/week @ 2025-02-22 13/week @ 2025-03-01 138/week @ 2025-04-12

138 downloads per month
Used in nib-cli

Apache-2.0

38KB
1K SLoC

Rust 1K SLoC // 0.0% comments Handlebars 119 SLoC // 0.1% comments

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

Dependencies

~11–21MB
~283K SLoC