Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
[readme] inception
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 14, 2016
1 parent c7b0e9d commit 5caa197
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# kibana-plugin-helpers

Just some helpers for kibana plugin devs.

This simple CLI has several tasks that plugin devs can run from to easily debug, test, or package kibana plugins.

See the [docs](docs) directory for more info.

```sh
$ plugin-helper help

Usage: plugin-helper [options] [command]


Commands:

start start the server
test:browser run the browser tests
test:server run the server tests
build build a distributable archive
help [cmd] display help for [cmd]

Options:

-h, --help output usage information
-V, --version output the version number

```

0 comments on commit 5caa197

Please sign in to comment.