Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/colindean/plaintextaccounting_workshop
- Owner: colindean
- License: other
- Created: 2020-07-23T21:14:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T04:40:28.000Z (over 3 years ago)
- Last Synced: 2024-10-10T12:18:50.665Z (2 months ago)
- Language: Makefile
- Homepage:
- Size: 121 KB
- Stars: 55
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- my-awesome-github-stars - colindean/plaintextaccounting_workshop - An Introduction and Then Some to Plain Text Accounting with Ledger (Makefile)
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.