mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
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".
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.