Skip to content

bmpi-dev/todo_parser_lib

Repository files navigation

Build Status

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