An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/bmpi-dev/todo_parser_lib.svg?branch=master)](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
```