Skip to content

Create and manage Dotnet core projects using a graphical interface.

License

Notifications You must be signed in to change notification settings

aneeshmohandas/Dotnet-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet-UI

Create and manage Dotnet core projects using a graphical interface with the ui command.

Features

  • Create dotnet core solutions and add projects to the solution.
  • Add NuGet packages to projects.
  • Create a reference from one project to another.
  • Build, Clean, and Restore solutions.
  • Create publish profiles and publish solutions using that profiles.

image

Install (Local only)

> mkdir dotnet-tools 
> cd dotnet-tools
> dotnet new tool-manifest 
> dotnet tool install --local DotnetUI 

RUN

> cd dotnet-tools
> dotnet ui

Output will be available in this url http://localhost:3000

animated

About

Create and manage Dotnet core projects using a graphical interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published