serverless/lib/plugins/Plugins.json
Philipp Muens 30ee6d1592 Add basic CLI integration
Additionally unit and integration tests for the CLI are added.
2016-05-20 16:28:17 +02:00

7 lines
80 B
JSON

{
"plugins": [
"./HelloWorld/HelloWorld.js",
"./Tests/Tests.js"
]
}