This application will let a user add a project name and a NameSpace to populate a standard folder structure and boiler plate files. This app will leave to completed folder in the this project folder.
create a .gitignore template for your os here
Make sure you have git version control installed on your computer.
- find the green 'Clone or Download' button and copy the link
- open terminal and type...
Windows
cd desktop
Mac & linux
cd ~/Desktop
- in terminal type 'git clone {link to repository} '
git clone https://github.com/dustatron/Csharp-Console-template-Maker.git
- navigate to the new folder that was created on your desk
cd MakeConsole.Solutions
- navigate to MakeConsole
cd MakeConsole
- run this command:
dotnet run
-
Follow the app's prompts to create the new project.
-
Your new project folder should be at the MakeConsole.Solutions folder.
__ __
/.-' `-.\
// \\
/j_______________j\
/o.-==-. .-. .-==-.o\
|| )) (( ||
\\____// \\____//
`-==-' `-==-'
Behavoir | Input | Output |
---|---|---|
1 - The program will take in a project name and NameSpace and return new folder structure. | 'Golden & Girls' | Folder named Golden.Solutions with files using the Girls NameSpace |
The software is provided as is. It might work as expected - or not. Use at your own risk.
- C#
- .Net Core2.2
This project is licensed under the MIT License - see the LICENSE.md file for details
Copyright (c) 2020 Dusty McCord & Patrick Kille