Tangler is a simple tool which allows to extract code blocks from the documentation files, such as Markdown or Org. It aims to help people who are excited about literate programming.
lein run -f /path/to/file
- [X] - Org files support [1/1]
- [X] -
:tangle no/filename
support
- [X] -
- [X] - runnable via lein
- [X] - README presented
- [X] - CHANGELOG presented
- [X] - LICENSE presented
- [X] - logging is in the place
- [ ] - standalone executable
- [ ] - option to ignore some of skip/filename/etc.
- [ ] - option for default output
- [ ] - Org files support [0/4]
- [ ] - :tangle no/yes/filename support
- [ ] - extra indentation removed
- [ ] - comments support
- [ ] - mkdirp support
- [ ] - Markdown support
- [ ] - Watch changes in the file and tangle if it has been changed
- [ ] - Configurable database of tangle files
- [ ] - Ability to run tangling for multiple files
- [ ] - Ability to run tangler as a deamon