Skip to content

A dotnet template for creating a bare-bones C# solution.

License

Notifications You must be signed in to change notification settings

robertcoltheart/prefab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8abf84 · Jan 20, 2025
Dec 10, 2024
Oct 13, 2023
Jan 20, 2025
Jan 20, 2025
Dec 14, 2020
Jun 30, 2018
Jun 30, 2018
Jun 30, 2018
Dec 8, 2024
Jun 30, 2018
Dec 14, 2020
Feb 25, 2022
Feb 17, 2021
Feb 17, 2021

Repository files navigation

Prefab

License

A dotnet template for creating a bare-bones C# solution.

Prerequisites

Installation

  • Download the latest package from releases.
  • Install using the following command: dotnet new -i <path to package>

Usage

  • Create a new directory with the name of the solution, eg. C:\MyProject
  • Install the solution using the following: dotnet new prefab

You can customize the output by using the following parameters:

Parameter Default value Comments
-n|--name [current dir] Override the solution and project name to something other than the folder name.
-o|--output [current dir] Write the project to the specified directory.
--owner robertcoltheart This is typically the owning organization or username in GitHub.
--author Robert Coltheart The full name or organization of the solution's author.

Contributing

Please read CONTRIBUTING.md for details on how to contribute to this project.

License

Prefab is released under the MIT License