0.1.5 • Published 4 years ago

todo-plus-parser v0.1.5

Weekly downloads
234
License
MIT
Repository
github
Last release
4 years ago

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