Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 540 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 540 Bytes

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