From 2134de026f3dd90df8336c28567da191f4fbab84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eslam=20=CE=BB=20Hefnawy?= Date: Mon, 2 May 2016 17:55:42 +0700 Subject: [PATCH] added Function-Package plugin to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68a6c4aa2..862bf6536 100755 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Serverless is composed of Plugins. A group of default Plugins ship with the Fra * [JSHint](https://github.com/joostfarla/serverless-jshint-plugin) - Detect errors and potential problems in your Lambda functions. * [ESLint](https://github.com/nishantjain91/serverless-eslint-plugin) - Detect errors and potential problems in your Lambda functions using eslint. * [Mocha](https://github.com/SC5/serverless-mocha-plugin) - Enable test driven development by creating test cases when creating new functions +* [Function-Package](https://github.com/HyperBrain/serverless-package-plugin) - Package your lambdas without deploying to AWS. ## Contributing We love our contributors! If you'd like to contribute to the project, feel free to submit a PR. But please keep in mind the following guidelines: