todo-plus-parser

0.1.5 • Public • Published

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

Package Sidebar

Install

npm i todo-plus-parser

Weekly Downloads

78

Version

0.1.5

License

MIT

Unpacked Size

137 kB

Total Files

32

Last publish

Collaborators

  • bmpidev