runlyio / template-dotnet

Use this template to bootstrap the creation of a Runly job

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runly .NET Core Job App Template

Use this template to bootstrap the creation of a Runly job. 🚀

This template includes tests and versioning guidance. The tests are built with xUnit.net and versioning is done seamlessly with MinVer.

If you don't want to create an entirely new repository, you can use the dotnet project template instead to add a Runly Job App to an existing solution.

Create a Job App from this Template

Click Use this Template and provide the new repo details for your job.

Running Locally

This project builds as a .NET Core console application. For a full list of available commands, run:

cd src
dotnet run -- help

Note! The "--" argument shown in the samples here is only a construct of using the "dotnet run" command to separate arguments that should apply to the dotnet tool on the left from arguments that should be passed into the example application. If you run the compiled application itself, you will not need the "--" separator.

Read more about how to run jobs in your app.

Running Tests

Open terminal in the project root:

dotnet test

About

Use this template to bootstrap the creation of a Runly job

License:MIT License


Languages

Language:C# 100.0%