JSPM

  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q43937F
  • 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

LOTS 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 also 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

Tickets

ticket view

File Viewer

file view

Installation

Install lots globally via npm:

$ [sudo] npm i -g lots

LOTS source is available on github

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 logo designed by NAS from the Noun Project :: Creative Commons – Attribution (CC BY 3.0)