This is a template containing developer experience documentation: README, a code of conduct, a contributor's guide, and a license. This is a quick way to ensure an open source project has enough information for those interested in it.
Install .NET Core then install this template:
dotnet new -i Syncromatics.Engineering.DX.Common
Use this template in your project's root directory:
dotnet new syncdx-common --projectName 'My Project' --githubOwner 'username' --githubRepo 'reponame' --contactEmail '[email protected]'
See what other parameters are supported in this template:
dotnet new syncdx-common -h
- Ensure you have installed .NET Core
- Run
dotnet pack Syncromatics.Engineering.DX.Common.csproj
in the root directory
This will build a Syncromatics.Engineering.DX.Common.0.0.0.nupkg
file that you can test locally by installing with the dotnet new
command:
dotnet new -i ./bin/Debug/Syncromatics.Engineering.DX.Common.0.0.0.nupkg
We are committed to fostering an open and welcoming environment. Please read our code of conduct before participating in or contributing to this project.
We welcome contributions and collaboration on this project. Please read our contributor's guide to understand how best to work with us.
This software is made available by GMV Syncromatics Engineering under the MIT license.