nib

Crates.ionib
lib.rsnib
version0.0.10
created_at2020-04-30 17:17:23.214669+00
updated_at2025-04-17 19:10:05.174692+00
descriptionA yet another static site generator
homepagehttps://gitlab.com/grauwoelfchen/nib
repositoryhttps://gitlab.com/grauwoelfchen/nib
max_upload_size
id235893
size78,072
Yasha (grauwoelfchen)

documentation

https://gitlab.com/grauwoelfchen/nib

README

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
Commit count: 151

cargo fmt