JSPM

  • Created
  • Published
  • Downloads 17
  • Score
    100M100P100Q56728F
  • License MIT

Little Open Ticket System. View todos and tags in a codebase.

Package Exports

  • lots

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lots) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Little Open Ticket System

LOTS is a simple ticketing system for code. Using twitter style tagging, you can add a !comment with a #tag and an optional ^priority. These are then presented in a web interface. LOTS can optionally just find any mention of the word TODO in your code.

Here is an example of a snippet that would be picked up by LOTS:

! This readme should be improved #documentation ^2

Screenshots

Tickets

ticket view

File Viewer

file view

Installation

Install lots globally via npm:

$ [sudo] npm i -g lots

Usage

In a directory you wish to review your code from, run:

$ LOTS

Then visit http://localhost:5000/ to see the report.

See LOTS -h for more options


LOTS was inspired by BANG, which now seems defunkt.