todo-list

0.0.3 • Public • Published

Todo-List Build Status

Todo-list starts a server to find TODOs, FIXMEs, and NOTEs, presenting them in an interface that lets you sort by assignee and file. The server will also show code snippets.

Imgur

Using as an Application

Todo-list can be installed and used as an application.

npm install -g todo-list

Then navigate to your code directory, and run the following command.

todo-list

You should be able to navigate your browser to http://localhost:3000/ and see the results.

Using as a Library

var todolist = require("todo-list");
todolist.findMarks("// TODO(bob): This is a TODO assigned to bob.");
/*[{
    content: 'TODO(bob): This is a TODO assigned to bob.',
    line: 0,
    assignee: 'bob',
    type: 'TODOs'
}]*/

/todo-list/

    Package Sidebar

    Install

    npm i todo-list

    Weekly Downloads

    4

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • vramesh