Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add serverless-git-version-compare to plugins list #434

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Functions Base Path - `serverless-functions-base-path`](https://github.com/kevinrambaud/serverless-functions-base-path)** <br/> by [kevinrambaud](http://github.com/kevinrambaud) <br/> Easily define a base path where your serverless functions are located. | ![Github Stars](https://img.shields.io/github/stars/kevinrambaud/serverless-functions-base-path.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-functions-base-path.svg?label=Downloads&style=for-the-badge)|
| **[Git Commit Tracker - `serverless-git-commit-tracker`](https://github.com/optimator999/serverless-git-commit-tracker)** <br/> by [optimator999](http://github.com/optimator999) <br/> Generates a version tracking file for web or API deployment containing the latest git commit version number, deployment stage, and date | ![Github Stars](https://img.shields.io/github/stars/optimator999/serverless-git-commit-tracker.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-git-commit-tracker.svg?label=Downloads&style=for-the-badge)|
| **[Git Variables - `serverless-plugin-git-variables`](https://github.com/jacob-meacham/serverless-plugin-git-variables)** <br/> by [jacob-meacham](http://github.com/jacob-meacham) <br/> A Serverless plugin to expose git variables (branch name, HEAD description, full commit hash) to your serverless services | ![Github Stars](https://img.shields.io/github/stars/jacob-meacham/serverless-plugin-git-variables.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-git-variables.svg?label=Downloads&style=for-the-badge)|
| **[Git Version Compare - `serverless-git-version-compare`](https://github.com/YonatanGreenfeld/serverless-git-version-compare)** <br/> by [YonatanGreenfeld](http://github.com/YonatanGreenfeld) <br/> Deploy only if there were git changes since the last deployment | ![Github Stars](https://img.shields.io/github/stars/YonatanGreenfeld/serverless-git-version-compare.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-git-version-compare.svg?label=Downloads&style=for-the-badge)|
| **[Go - `go-serverless`](https://github.com/thepauleh/goserverless)** <br/> by [thepauleh](http://github.com/thepauleh) <br/> GoFormation for Serverless. Create serverless configs with Go Structs. | ![Github Stars](https://img.shields.io/github/stars/thepauleh/goserverless.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/go-serverless.svg?label=Downloads&style=for-the-badge)|
| **[Go Build - `serverless-go-build`](https://github.com/sean9keenan/serverless-go-build)** <br/> by [sean9keenan](http://github.com/sean9keenan) <br/> Build go source files (or public functions) using yml definition file | ![Github Stars](https://img.shields.io/github/stars/sean9keenan/serverless-go-build.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-go-build.svg?label=Downloads&style=for-the-badge)|
| **[Google Cloudfunctions - `serverless-google-cloudfunctions`](https://github.com/serverless/serverless-google-cloudfunctions)** <br/> by [serverless](http://github.com/serverless) <br/> This plugin enables support for Google Cloud Functions within the Serverless Framework. | ![Github Stars](https://img.shields.io/github/stars/serverless/serverless-google-cloudfunctions.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-google-cloudfunctions.svg?label=Downloads&style=for-the-badge)|
Expand Down Expand Up @@ -344,7 +345,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Staging - `serverless-plugin-staging`](https://github.com/icarus-sullivan/serverless-plugin-staging)** <br/> by [icarus-sullivan](http://github.com/icarus-sullivan) <br/> A plugin to restrict the deployment of resources or functions on a per stage basis | ![Github Stars](https://img.shields.io/github/stars/icarus-sullivan/serverless-plugin-staging.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-staging.svg?label=Downloads&style=for-the-badge)|
| **[Static - `serverless-plugin-static`](https://github.com/a-pavlenko/serverless-plugin-static)** <br/> by [a-pavlenko](http://github.com/a-pavlenko) <br/> Serving static files locally with serverless-offline or a standalone command | ![Github Stars](https://img.shields.io/github/stars/a-pavlenko/serverless-plugin-static.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-static.svg?label=Downloads&style=for-the-badge)|
| **[Static - `serverless-static`](https://github.com/iliasbhal/serverless-static)** <br/> by [iliasbhal](http://github.com/iliasbhal) <br/> Easily serve files from a folder while developing on localhost with the serverless-offline plugin | ![Github Stars](https://img.shields.io/github/stars/iliasbhal/serverless-static.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-static.svg?label=Downloads&style=for-the-badge)|
| **[Step Functions - `serverless-step-functions`](https://github.com/horike37/serverless-step-functions)** <br/> by [horike37](http://github.com/horike37) <br/> AWS Step Functions with Serverless Framework. | ![Github Stars](https://img.shields.io/github/stars/horike37/serverless-step-functions.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-step-functions.svg?label=Downloads&style=for-the-badge)|
| **[Step Functions - `serverless-step-functions`](https://github.com/serverless-operations/serverless-step-functions)** <br/> by [serverless-operations](http://github.com/serverless-operations) <br/> AWS Step Functions plugin for Serverless Framework | ![Github Stars](https://img.shields.io/github/stars/serverless-operations/serverless-step-functions.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-step-functions.svg?label=Downloads&style=for-the-badge)|
| **[Step Functions Offline - `serverless-step-functions-offline`](https://github.com/vkkis93/serverless-step-functions-offline)** <br/> by [vkkis93](http://github.com/vkkis93) <br/> Emulate step functions locally when developing your Serverless project | ![Github Stars](https://img.shields.io/github/stars/vkkis93/serverless-step-functions-offline.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-step-functions-offline.svg?label=Downloads&style=for-the-badge)|
| **[Sthree Env - `serverless-sthree-env`](https://github.com/StyleTributeIT/serverless-sthree-env)** <br/> by [StyleTributeIT](http://github.com/StyleTributeIT) <br/> Serverless plugin to get config from a json formatted file in S3 and copy them to environment variable | ![Github Stars](https://img.shields.io/github/stars/StyleTributeIT/serverless-sthree-env.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-sthree-env.svg?label=Downloads&style=for-the-badge)|
| **[Subscription Filter - `serverless-plugin-subscription-filter`](https://github.com/tsub/serverless-plugin-subscription-filter)** <br/> by [tsub](http://github.com/tsub) <br/> A serverless plugin to register AWS CloudWatchLogs subscription filter | ![Github Stars](https://img.shields.io/github/stars/tsub/serverless-plugin-subscription-filter.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-subscription-filter.svg?label=Downloads&style=for-the-badge)|
Expand Down
5 changes: 5 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
"description": "Serverless plugin for LocalStack - a fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!",
"githubUrl": "https://github.com/LocalStack/serverless-localstack",
"status": "active"
}, {
"name": "serverless-git-version-compare",
"description": "Deploy only if there were git changes since the last deployment",
"githubUrl": "https://github.com/YonatanGreenfeld/serverless-git-version-compare",
"status": "active"
}, {
"name": "serverless-commercetools-plugin",
"description": "Serverless framework plugin that registers the deployed function as a commercetools API Extension or attaches it to a Subscription.",
Expand Down