kibana-code-analysis

APACHE-2.0 License

Stars
2
Committers
3

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