fabric8-stack-analysis
v1.0.1
Published
Fabric8 Stack Analysis Feature
Downloads
134
Maintainers
Readme
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