Little Url building tool, tired of hacking urls on the fly just a little helper library to do this for me.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Give examples
A step by step series of examples that tell you how to get a development env running
Packge Manager
PM> Install-Package AnthonyHatch.UrlBuilder -Version 1.0.0
.Net CLI
$> dotnet add package AnthonyHatch.UrlBuilder --version 1.0.0
End with an example of getting some data out of the system or using it for a little demo
$> dotnet test
- Anthony Hatch - Initial work - ahatch1490
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details