Socket
Socket
Sign inDemoInstall

todo-plus-parser

Package Overview
Dependencies
74
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    todo-plus-parser

parse todo file to fetch doing and critical todo items then generate html file


Version published
Weekly downloads
79
decreased by-2.47%
Maintainers
1
Install size
16.2 MB
Created
Weekly downloads
 

Changelog

Source

[0.1.5] - 2020-01-14

Fixed

  • When todo has a nested project which was done, it will ignore previous todo item, by add a lexer rule to fix this bug.

Readme

Source

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

Keywords

FAQs

Last updated on 14 Jan 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc