Skip to content
/ jinn Public
forked from patriksvensson/jinn

An experiment to build a minimal, performant, AOT compliant, command line parser to later be used as the base for Spectre.Console.Cli.

License

fiseni/jinn

 
 

Repository files navigation

Jinn

An experiment to build a minimal, performant, AOT compliant, command line parser to later be used as the base for Spectre.Console.Cli

Based on and inspired by the fantastic System.CommandLine.

Note

Not at all usable in the current state

Building

We're using Cake as a dotnet tool for building. So make sure that you've restored Cake by running the following in the repository root:

> dotnet tool restore

After that, running the build is as easy as writing:

> dotnet cake

Copyright

Copyright Patrik Svensson

About

An experiment to build a minimal, performant, AOT compliant, command line parser to later be used as the base for Spectre.Console.Cli.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%