Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.04 KB

CoreCli

CoreCli is a collection of programs that I missed at some point on my computer.

  • build - shortcut to build a .NET solution or project
  • datetime - makes it easy to format current date and time on cli
  • ipinfo - shows the public and the local ip addresses of the computer
  • upinfo - shows the up time, boot time and current time

Releases

Visit the Releases page to download the latest binary packages for your OS.

Please note: This is a xcopy deployment package. The required .NET Framework must be installed by your own.

Build Notes

For my convenience this repository is configured to be build on Windows for Windows and uses Costura.Fody to merge and compress the output to a single executable. Because Costura.Fody is targeting Windows only, this dependency must be removed if you're building for a different OS.