0.0.2 • Published 11 years ago

todo.txt v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

todotxt.js

Build Status

A JavaScript parser and container for the TODO files in the todo.txt format.

This project does things quite similarly to jsTodoTxt; it also:

  • Has a list container that allows for actions on the list (such as add, append, pri, sorting etc.) from the CLI tool.
  • Should be both client and server compatible.
  • Contains an EBNF notation.

Why not fork? I wanted to have a bash at building a JS lib from scratch :)

Primarily developed for a todotxt-demo app.