-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename project #6
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,35 @@ | ||
# PoC .NET template | ||
# Project Title | ||
|
||
A template repository for .NET PoC (Proof of Concept) | ||
One Paragraph of the project description goes here. | ||
|
||
--- | ||
## Getting Started | ||
|
||
- Create a new repository using this one as a template (click the green button at the top right of this page). | ||
- Edit [README.md](README.md) file to align with your PoC. | ||
- Change the solution and projects to suit your investigation/test/concept. | ||
These instructions will get you a copy of the project up and running on your local machine for development and testing. See deployment for notes on deploying the project on a live system. | ||
|
||
## Installation Guide | ||
## Useful links | ||
|
||
Follow these steps to set up the project. This guide includes installation scripts for PowerShell, Shell/Bash, and Batch. | ||
- A list of links | ||
- Documentation | ||
- Or just examples | ||
|
||
### PowerShell | ||
### Prerequisites | ||
|
||
```ps | ||
.\install.ps1 | ||
What things do you need to install the software, and how to install them | ||
|
||
``` | ||
Give examples | ||
``` | ||
|
||
### Shell/Bash | ||
### Installing | ||
|
||
```bash | ||
./install.sh | ||
``` | ||
A step-by-step series of examples that tell you how to get a development env running | ||
|
||
### Batch | ||
Say what the step will be | ||
|
||
```batch | ||
.\install.bat | ||
``` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add language specification for the code block. To improve syntax highlighting and readability, please specify the language for the code block. -```
+```shell
Give the example ToolsMarkdownlint
|
||
Give the example | ||
``` | ||
|
||
Repeat until finished | ||
|
||
End with an example of getting some data out of the system or using it for a little demo. |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace POCTemplate; | ||
namespace POCTensorFlow; | ||
|
||
internal static class Program | ||
{ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
using FluentAssertions; | ||
|
||
namespace POCTemplate.Tests; | ||
namespace POCTensorFlow.Tests; | ||
|
||
public class UnitTest1 | ||
{ | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add language specification for the code block.
To improve syntax highlighting and readability, please specify the language for the code block.
Tools
Markdownlint