Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callumbwhyte/sidecar
[WIP] Run Umbraco as a console, Function or service
https://github.com/callumbwhyte/sidecar
dotnet faas function serverless umbraco
Last synced: 2 months ago
JSON representation
[WIP] Run Umbraco as a console, Function or service
- Host: GitHub
- URL: https://github.com/callumbwhyte/sidecar
- Owner: callumbwhyte
- License: mit
- Created: 2020-02-04T10:06:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:36:54.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:57:59.812Z (5 months ago)
- Topics: dotnet, faas, function, serverless, umbraco
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Umbraco Sidecar
[![NuGet release](https://img.shields.io/nuget/v/Our.Umbraco.Sidecar.svg)](https://www.nuget.org/packages/Our.Umbraco.Sidecar/)
## Getting started
This package is supported on Umbraco 8.1+.
### Installation
Sidecar is available from NuGet, or as a manual download directly from GitHub.
#### NuGet package repository
To [install from NuGet](https://www.nuget.org/packages/Our.Umbraco.Sidecar/), run the following command in your instance of Visual Studio.
PM> Install-Package Our.Umbraco.Sidecar
## Contribution guidelines
To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the library.
### Who do I talk to?
This project is maintained by [Callum Whyte](https://callumwhyte.com/) and contributors. If you have any questions about the project please get in touch on [Twitter](https://twitter.com/callumbwhyte), or by raising an issue on GitHub.
## License
Copyright © 2020 [Callum Whyte](https://callumwhyte.com/), and other contributors
Licensed under the [MIT License](LICENSE.md).