Skip to content

ledger-rs/cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ledger-cookbook

The book of Ledger recipes

This is a growing collection of recipes in Ledger syntax which demonstrate the functionality available, common scenarios, how to set up certain accounting infrastructure, and the like.

The output is the documentation published as a web site.

Development

Install/download mdBook.

In the project root run:

mdBook serve --open

To produce the final output, run

mdBook build