Skip to content

Instantly share code, notes, and snippets.

@rashidkpc
Last active February 10, 2016 23:05
Show Gist options
  • Save rashidkpc/7d0dcfa150ed5eeb11b8 to your computer and use it in GitHub Desktop.
Save rashidkpc/7d0dcfa150ed5eeb11b8 to your computer and use it in GitHub Desktop.
alert('Herro Wold');
import angular from 'angular'
angular.module('mySledgehammer', ['kibana'])
.run(function (config) {
alert(config.get('kbnIndex'));
});
{
"name": "MyHammer",
"version": "0.1.0",
"kibana": {
"sledgehammer": "./foo.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment