Skip to content

isabella232/kibana-code-analysis

 
 

Repository files navigation

kibana-code-analysis

Code to analyze the kibana codebase. Assumes the kibana codebase is located next to the clone of this repo - ../kibana.

This currently does exactly one thing - it finds Private invocations, looks at the argument (provider) passed to Private, and creates a json object of the file paths based on the provider name.

  1. clone repo next to your kibana repo

  2. yarn

  3. yarn run find-private

  4. Grab a nice beverage, this is going to take a minute or two.

  5. Look at output/find-private.json

  6. yarn run find-private-deps

  7. yarn start

  8. http://localhost:8000

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • HTML 1.2%