Skip to content

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

License

Notifications You must be signed in to change notification settings

Dynesshely/Csharpell

Repository files navigation

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 git@github.com:Dynesshely/Csharpell.git

# Change working directory
cd Csharpell/Csharpell

# Build with dotnet sdk
dotnet build

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages