Skip to content

Atlantis-Systems/dotnet-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rot

A .NET global tool for running tasks defined in tasks.json files, similar to VS Code's task runner.

Quick Start

Install as a global .NET tool:

dotnet tool install --global Rot

Initialize a new tasks.json file:

rot init

Run a task:

rot run build

Features

  • Execute shell commands and processes defined in JSON configuration
  • Task dependencies and sequential execution
  • Concurrent task execution support
  • VS Code task runner compatibility
  • Custom working directories and environment variables

Documentation

See Rot/README.md for detailed documentation and examples.

Development

This project uses GitVersion for automatic semantic versioning and publishes to NuGet on every push to main.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages