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 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 ^2Tickets

File Viewer

Installation
Install lots globally via npm:
$ [sudo] npm i -g lotsLOTS source is available on github
Usage
In a directory you wish to review your code from, run:
$ LOTSThen 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)