Skip to content

tomfrenzel/dotnet-structuring

Repository files navigation

Build Status GitHub issues GitHub license GitHub release (latest SemVer including pre-releases) Coverage Status Codacy Badge

dotnet-structuring

This is a tool to structor .NET Projects

Getting Started

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.

Prerequisites

Users

Developers

Installation

  1. Clone the repo
git clone https://github.com/tomfrenzel/dotnet-structuring.git
  1. Install required Packages
cd YOUR_WORKING_DIRECTORY
dotnet restore

Build

Run build.bat to build the Project. The Output files will be located in the /artifacts Directory

Usage

The Usage is basically self-explaining.

WPF Application
Console Application

Built With

  • NuGet - .NET package manager

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details