https://github.com/postsharp/postsharp.engineering.producttemplate
A templates for repos built with PostSharp.Engineering
https://github.com/postsharp/postsharp.engineering.producttemplate
Last synced: 3 months ago
JSON representation
A templates for repos built with PostSharp.Engineering
- Host: GitHub
- URL: https://github.com/postsharp/postsharp.engineering.producttemplate
- Owner: postsharp
- License: other
- Created: 2021-12-02T19:14:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T14:35:40.000Z (over 2 years ago)
- Last Synced: 2024-03-26T14:00:47.947Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PostSharp.Engineering.ProductTemplate
This repo is a template for new repos that are built using `PostSharp.Engineering`.
This repo assumes it builds a product named `My.Product`. A _product_, in the context of PostSharp.Engineering, is essentially synonym to a repo, and it can produce several deployable artifacts, typically several NuGet packages. All artifacts in the same product have the same version and build number.
After cloning the repo, you should do this:
* Use `Build.ps1 tools git rename` to rename `My.Product` into your product name, _with_ dots.
* Use Visual Studio Code find-and-replace all to rename:
* `My.Product` into your product name _with_ dots,
* `MyProduct` into your product name _without_ dots.
The build entry point is `Build.ps1`.
For more instructions, see https://github.com/postsharp/PostSharp.Engineering.