Philipp Muens ce2c889661 Update naming of "before" and "after" hooks
Update the naming so that it matches the new naming pattern.
"before" and "after" are always prepended so that we don't run into
problems when a function already includes a "before" or "after".
2016-05-18 16:21:12 +02:00
..
2016-05-17 20:08:24 +02:00
2016-05-17 20:08:24 +02:00
2016-05-17 20:08:24 +02:00

Hello world

This plugin is a simple "Hello World" plugin which shows how the plugin system works.

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.