Philipp Muens 7c998f3209 Rename directory of HelloWorld plugin
Rename the directory to be lowercased (so that the tests won't crash).
2016-05-25 07:19:13 +02:00

10 lines
318 B
Markdown

# Hello world
This plugin is a simple "Hello World" plugin which shows how the plugin system works.
Should be removed when running in production.
## Setup
Run `npm install` to install all dependencies.
## Tests
Tests live inside the `tests` directory. Run `npm test` inside the root of this plugin to run the tests.