adding open-source.md back (#168)
This commit is contained in:
parent
52e10db9f1
commit
be8027f2fd
|
@ -0,0 +1,9 @@
|
|||
## Serverless Workflow - Open Source
|
||||
|
||||
If you have created (or know of) an open source library or product that uses
|
||||
Serverless Workflow, please include it in the list below.
|
||||
|
||||
- [workflow-api](https://github.com/serverless-workflow/workflow-api): Java based api/spi of the Serverless Workflow specification. Adds POJO generation from specification JSON schema.
|
||||
- [workflow-impl](https://github.com/serverless-workflow/workflow-impl): Java based impl of the Serverless Workflow specification. Adds support for YAML format, validation, expression evaluation, and property context.
|
||||
- [workflow-linter-cli](https://github.com/serverless-workflow/workflow-linter-cli): SpringBoot based command-line linter for serverless workflow specification. Allows to run validation (both schema and model) against json and yaml files containing workflow markup.
|
||||
- [Serverless Workflow JSON Schema VSCode](https://marketplace.visualstudio.com/items?itemName=tsurdilovic.workflow-schema-vscode): Visual Studio Code extension that adds coding support for serverless workflow markup.
|
Loading…
Reference in New Issue