Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colindean/plaintextaccounting_workshop

An Introduction and Then Some to Plain Text Accounting with Ledger
https://github.com/colindean/plaintextaccounting_workshop

Last synced: 2 days ago
JSON representation

An Introduction and Then Some to Plain Text Accounting with Ledger

Awesome Lists containing this project

README

        

# Plain Text Accounting Workshop

:warning: :warning:
If you're wanting to follow the workshop,
download the PDF (or the HTML) and the tar.gz from the
[releases page](https://github.com/colindean/plaintextaccounting_workshop/releases/latest).

If you're reading the this README on the linked repo, you're not reading the right thing:
the instructions below are for _building_ the workshop distributable files.

## Contributing to the Workshop

The Markdown files in this directory are [`pandoc`-flavored
Markdown](https://pandoc.org) so they may not correctly render on GitHub. This
is especially true of the tables.

Run `brew bundle` to install the easily available dependencies to build this
workshop document.

And then there's the no so easily available:

* [`panpipe`](https://hackage.haskell.org/package/panpipe "warning: takes forever to compile all dependencies and install") ([git](http://chriswarbo.net/git/panpipe/git/index.html)) ([my custom fork](https://github.com/colindean/panpipe))

Run `make open` to compile the PDF and open it in a PDF viewer.

Run `make watch` to start an edit-compile loop.

The № 1 rule? _Leave it better than you found it._

## License

This work is licensed under Creative Commons BY-NC-SA 4.0.
You are free to share and adapt this workshop but you must provide attribution
to Colin Dean, you must share your changes under the same license, and you may
not use this workshop for commercial purposes.
See [LICENSE.md](LICENSE.md) for more infromation.