Simple Repl library to help on developing a REPL console client.
Info
Version: | 0.0.1 |
Author(s): | Iskander Sierra |
Last Update: | Monday, August 24, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/poly-coder/DotNetX |
NuGet Url: | https://www.nuget.org/packages/DotNetX.Repl |
Install
Install-Package DotNetX.Repl
dotnet add package DotNetX.Repl
paket add DotNetX.Repl
DotNetX.Repl Download (Unzip the "nupkg" after downloading)
Dependencies
- DotNetX(>= 0.0.8)
- Microsoft.Extensions.DependencyInjection(>= 3.1.7)
- Newtonsoft.Json(>= 12.0.3)