McSwaggens / run

C# compile and execute command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:octocat: run

Run is a simple C# application/script to compile and automatically run your projects using xbuild and mono

How to use run

Quite simple, actually, just cd into a directory/repository you wish to build and execute and enter the command run.

The commands it will use are xbuild and mono so make sure you have those installed.

Why not just use the terminal to execute it normally?

Run shortens the command from, for example, xbuild example.sln; mono example/bin/Debug/example.exe <args> to just run <args>.

About

C# compile and execute command

License:GNU General Public License v3.0


Languages

Language:C# 97.8%Language:Shell 2.2%