victorkp / csharp-tools

Some quick scripts for C# work in a Linux command line

Repository from Github https://github.comvictorkp/csharp-toolsRepository from Github https://github.comvictorkp/csharp-tools

C# Tools for the Linux command line

It's recommended that you put this repository in your $PATH, for easy invoking.

csmake

From the root directory of an existing C# project (created by Monodevelop or Visual Studio), run csmake. csmake will find your project's name from your *.csproj file, will find all *.cs files recursively, and will run mcs on the source files, building an executable with your project's name.

About

Some quick scripts for C# work in a Linux command line


Languages

Language:Shell 100.0%