todo-plus-parser
v0.1.5
Published
parse todo file to fetch doing and critical todo items then generate html file
Downloads
277
Maintainers
Readme
TODO++ parser
*.todo -> json -> html (use lex and jison to parse yaml like format txt to json ast).
todo txt format see test/test_data.
Installation
npm install -g todo-plus-parser
Getting Started
Parse html with special dir
todo-plus-parser -i "./todos/" -o "./out.html"
Enable debug
todo-plus-parser -i "./todos/" -o "./out.html" -d true