Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #172 from elsa-workflows/project/elsa-workflows
Browse files Browse the repository at this point in the history
Added Elsa Workflows project
  • Loading branch information
clairernovotny committed Mar 29, 2020
2 parents 04a6ac2 + c4e2c08 commit 1908a5e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -70,6 +70,11 @@ There are many projects under the stewardship of the .NET Foundation. The [full
- [DotVVM Docs](https://github.com/riganti/dotvvm-docs)
- [DotVVM Contrib](https://github.com/riganti/dotvvm-contrib)

**Elsa Workflows**
- [Elsa Workflows](https://github.com/elsa-workflows/elsa-core)
- [Elsa Workflows Designer](https://github.com/elsa-workflows/elsa-designer)
- [Elsa Workflows Orchard Core Module](https://github.com/elsa-workflows/elsa-orchard-core)

**Force.com**

- [Force.com Toolkit for .NET](https://github.com/developerforce/Force.com-Toolkit-for-NET)
Expand Down
19 changes: 19 additions & 0 deletions projects/elsa-workflows.md
@@ -0,0 +1,19 @@
# Elsa Workflows

[Elsa Workflows](https://github.com/elsa-workflows/elsa-core) is a set of workflows libraries that enable workflow execution in any .NET Standard application. Workflows can be defined using C# code or using JSON and YAML. A [workflow designer](https://github.com/elsa-workflows/elsa-designer) is provided in the form of an HTML5 web component.

## Project Details

* [GitHub Repo](https://github.com/elsa-workflows/elsa-core)
* 📦 Packages:
[![Nuget](https://img.shields.io/nuget/v/Elsa)](https://www.nuget.org/packages/Elsa/)
[![MyGet (with prereleases)](https://img.shields.io/myget/elsa/vpre/Elsa.Core.svg?label=myget)](https://www.myget.org/gallery/elsa)
* ⚖ License: [New BSD License (BSD)](https://github.com/elsa-workflows/elsa-core/blob/master/LICENSE)
* Main contacts: [Sipke Schoorstra](https://github.com/sfmskywalker)

## More info

### Quicklinks

* [Documentation](https://elsa-workflows.github.io/elsa-core/)
* [Gitter](https://gitter.im/elsa-workflows/community)
4 changes: 3 additions & 1 deletion projects/projects.json
Expand Up @@ -143,7 +143,9 @@
{"name":"linq2db.md",
"contributor":"linq2db"},
{"name":"FluentValidation.md",
"contributor": "Jeremy Skinner"}
"contributor": "Jeremy Skinner"},
{"name":"elsa-workflows.md",
"contributor": "Sipke Schoorstra"}
],
"contributors":
[
Expand Down

0 comments on commit 1908a5e

Please sign in to comment.