Package Exports
- serverless-hooks-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (serverless-hooks-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Serverless Hooks Plugin
How to use
Install from npm
- Ensure your project has a valid
package.json
. - Run
npm install --save serverless-hooks-plugin
. - Add
serverless-hooks-plugin
to the list of plugins inserverless.yml
. The plugins list is an array at the root level (an exampleserverless.yml
is included in this project). - Add an array of hooks to be used as per examples, at
custom: hooks
.
Local installation (not recommended)
- Copy
serverless-hooks-plugin.js
into.serverless-plugins
in the serverless project. You may need to create this folder. - Add
serverless-hooks-plugin
to the list of plugins inserverless.yml
. The plugins list is an array at the root level (an exampleserverless.yml
is included in this project). - Add an array of hooks to be used as per examples, at
custom: hooks
.