Package Exports
- lightrap
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 (lightrap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Lightrap
Lightrap is an experimental Node.js bug and issue tracker. It has an API-first design (exposes a RESTful interface) and plugins inspired by Haraka.
Example plugins:
- GNATS handling for incoming PRs
- Mention support with cross-project notifications
Status
This project is at a very early stage, is not yet anywhere near functional, and development is progressing slowly because I don't (yet) have a need for it other than experimenting with the concepts. If you are interested in contributing, let me know by opening an issue.
Setup
Install MongoDB and then
git clone https://github.com/elad/lightrap
cd lightrap
npm install
./lightrap
License
ISC.