# fabric8-stack-analysis

This is a Fabric's Stack Analysis feature. It is an NPM Module.

## Getting started:

This library does not run on it's own. It must be imported. 

`npm install fabric8-stack-analysis`

## Building it 
 
#### Install the dependencies:
 
 `npm install`
 
#### If you need to update the dependencies you can reinstall:
 
 `npm run reinstall`
 
#### Run the tests:
 
 `npm test`
 
#### Build the library:
 
 `npm run build`

## VS Code

* Run `ext install EditorConfig` to read the .editorconfig file
