Skip to content

A sample CLI app that can be installed as a dotnet global tool

Notifications You must be signed in to change notification settings

vince-nyanga/Weather.Cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather CLI

logo

This is a demo CLI application that can be installed as a dotnet global tool.

How To Install

Package the application

dotnet pack

Install the tool globally

dotnet tool install --global --add-source ./nupkg weather

How To Run

weather --help # get help

weather current --help # help for the current weather cmd

weather forecast --help # help for the weather forecast cmd

About

A sample CLI app that can be installed as a dotnet global tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages