Skip to content

Getting Started

Pete Freitag edited this page Feb 25, 2019 · 28 revisions

Step 1 - Obtain an API Key

Visit: https://fixinator.app

Step 2 - Download and Install Commandbox

Installation Instructions

Download

Step 3 - Install the fixinator command

First make sure you have an API key (visit https://fixinator.app ), and have installed box (also know as CommandBox, see Step 2 for details).

Install the fixinator commandbox command by running:

box install fixinator

in your Terminal or Command Prompt

Step 4 - Set your API key

You can set the API key by running the following command:

box config set modules.fixinator.api_key=YOUR_API_KEY

You can also set the API key by setting an environment variable named FIXINATOR_API_KEY

Step 5 - Scan Some Code

Now use the fixinator command to scan some code:

box fixinator path=/some/folder

Clone this wiki locally