1.0.1 • Published 7 years ago

fabric8-stack-analysis v1.0.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

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