Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
beaugunderson committed Oct 12, 2016
1 parent 941be42 commit d0e3366
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,18 @@

> An HTML field formatter for Kibana
---

## development

See the [kibana contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md) for instructions setting up your development environment. Once you have completed that, use the following npm tasks.
See the [kibana contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md)
for instructions setting up your development environment. Once you have
completed that, use the following npm tasks.

<dl>
<dt><code>npm start</code></dt>
<dd>Start kibana and have it include this plugin</dd>

<dt><code>npm run build</code></dt>
<dd>Build a distributable archive</dd>

<dt><code>npm run test:browser</code></dt>
<dd>Run the browser tests in a real web browser</dd>

<dt><code>npm run test:server</code></dt>
<dd>Run the server tests using mocha</dd>
</dl>

For more information about any of these commands run `npm run ${task} -- --help`.

0 comments on commit d0e3366

Please sign in to comment.