-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,28 @@ | ||
# Software Systems Development - Coursework Tooling | ||
|
||
Various tools that can drastically improve the development of coursework. | ||
These tools also provide a base that your application can build upon. | ||
These tools also provide a base that your application can build upon. | ||
|
||
## Installation | ||
|
||
Dotnet CLI: | ||
|
||
``` | ||
dotnet add package SSDCourseworkTooling --version 0.1.0 | ||
``` | ||
|
||
NuGet Package Manager: | ||
|
||
``` | ||
NuGet\Install-Package WinFormsScraper -Version 1.3.0 | ||
``` | ||
|
||
Visual Studio NuGet: | ||
|
||
``` | ||
Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution -> Browse -> Search ( SSD Tooling ) | ||
``` | ||
|
||
## Examples | ||
|
||
Look at the examples folder to view practical examples of using the systems. |