https://github.com/bmpi-dev/todo_parser_lib
https://github.com/bmpi-dev/todo_parser_lib
bison gtd jison lex lexer parser todo txt
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmpi-dev/todo_parser_lib
- Owner: bmpi-dev
- Created: 2019-12-12T16:31:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:20:27.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T23:11:23.641Z (9 months ago)
- Topics: bison, gtd, jison, lex, lexer, parser, todo, txt
- Language: JavaScript
- Homepage: https://www.bmpi.dev/zh-cn/dev/parser_black_magic/
- Size: 104 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](https://travis-ci.com/bmpi-dev/todo_parser_lib)
# 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 ##
```bash
npm install -g todo-plus-parser
```
## Getting Started ##
## Parse html with special dir
```bash
todo-plus-parser -i "./todos/" -o "./out.html"
```
## Enable debug
```bash
todo-plus-parser -i "./todos/" -o "./out.html" -d true
```