Csharpell

A shell (REPL) for C# file and execute them as script.

AGPL-3.0 License

Stars
3

Csharpell

Csharp + shell = Csharpell !

About

What can this do ?

You can use this as a interactive shell for C#.

And you can also use this tool to execute C# script.

Usage

Use this as C# script file executer.

Below realized.

# Interactive shell
csharpell -i

# Without arguments, goto interactive shell
csharpell

Below not realized.

# Default, execute Program.cs
csharpell .

# Execute Program.cs
csharpell Program.cs

Build

# Get source codes
git clone [email protected]:Dynesshely/Csharpell.git

# Change working directory
cd Csharpell/Csharpell

# Build with dotnet sdk
dotnet build