0.2.3 • Published 8 years ago
frontburner v0.2.3
Frontburner

Table of Contents
- About
- Installation
- Setup
- Usage
- Documentation
- Contributing - Contibuting Overview - Code Style - Testing
- Attribution
About
Frontburner is a command line tool which scans project files and outputs a list/log of any 'FIXME', 'TODO' or related inline notes.
Installation
Install Frontburner via the npm package registry as follows:
npm install -g frontburnerThis exposes the global fbr command.
Setup
No additional setup is requred.
Usage
After installation, invoke the following command for detailed usage instructions:
fbr --helpDocumentation
Currently, Frontburner does not include any external documentation.
For an overview of the project's evolution, please consult the CHANGELOG.
Contributing
Contributing Overview
Issue flags and proposed enhancements are welcome!
Code Style
ESlint and editorconfig are used to enforce consistent code style and formatting. Please ensure that both of these tools are available within your IDE.
Testing
To run the test suite, complete the follow steps:
- Clone the repository and navigate to the root folder from the command line.
- Run
npm install. - Run
npm test.