An open API service indexing awesome lists of open source software.

https://github.com/studiole/tectonic

A standardized approach for defining, resolving, and executing activity based workflows.
https://github.com/studiole/tectonic

activities csharp dotnet engine execution inputs outputs workflows

Last synced: 17 days ago
JSON representation

A standardized approach for defining, resolving, and executing activity based workflows.

Awesome Lists containing this project

README

          

## Contents

### [Tectonic.Abstractions](Tectonic.Abstractions/src)

Abstractions of `Tectonic.Core`, a standardized approach for resolving and executing activity based workflows.

### [Tectonic.Core](Tectonic.Core/src)

A library providing a standardized approach for resolving and executing activity based workflows.

### [Tectonic.Extensions.CommandLine](Tectonic.Extensions.CommandLine/src)

An implementation of `Tectonic.Core` for executing Tectonic activities and workflows on the command line using `System.CommandLine`.

### [Tectonic.Extensions.CommandLine.Sample](Tectonic.Extensions.CommandLine/samples)

An example of a CLI application using `Tectonic.Extensions.CommandLine`.

### [Tectonic.Extensions.NUnit](Tectonic.Extensions.NUnit/src)

An implementation of `Tectonic.Core` for executing NUnit tests as Tectonic activities and workflows.

## License

This repository and its libraries are provided open source with the [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.en.html) license that requires you must disclose your source code when you distribute, publish, or provide access to modified or derivative software.

Developers who wish to keep modified or derivative software proprietary or closed source can [get in touch for a commercial license agreements](https://studiole.uk/contact/)

> Copyright © Laurence Elsdon 2023-2025
>
> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
>
> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
>
> You should have received a copy of the GNU Affero General Public License along with this program. If not, see .

→ [GNU Affero General Public License](LICENSE.md)