Skip to content

A command-line interface framework that lets you build a cli without all the boring stuff.

License

Notifications You must be signed in to change notification settings

Etimo/etimo-cli

Repository files navigation

etimo-cli

Create package

To create a nupkg with the tool, issue the following command:

dotnet build -c Release

This will build both the etimo.cli nuget and the etimo.cli.tool tool in the ./nupkg folder.

Install tool

After completing the build step above, run the following:

dotnet tool install --global --add-source ./nupkg etimo.cli.tool

This will install the tool globally so you can use it from anywhere:

etimo --help

Uninstall tool

To uninstall the tool, simply run:

dotnet tool uninstall --global etimo.cli.tool

About

A command-line interface framework that lets you build a cli without all the boring stuff.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages