https://github.com/tintoy/dotnet-template-templates
Templates for "dotnet new" for creating project and item templates
https://github.com/tintoy/dotnet-template-templates
dotnet-template
Last synced: 7 months ago
JSON representation
Templates for "dotnet new" for creating project and item templates
- Host: GitHub
- URL: https://github.com/tintoy/dotnet-template-templates
- Owner: tintoy
- License: mit
- Created: 2017-02-27T06:56:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T12:40:58.000Z (over 5 years ago)
- Last Synced: 2025-01-20T02:41:41.204Z (over 1 year ago)
- Topics: dotnet-template
- Size: 28.3 KB
- Stars: 16
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-template-templates
Templates for "dotnet new" for creating project and item templates.
These are a work-in-progress; feel free to raise an issue if you have questions or would like to help out :-)
# Installing
To install the templates, see the instructions for the [latest release](https://github.com/tintoy/dotnet-template-templates/releases/latest).
# Using
* To create a new project template, run `dotnet new project-template`.
* To create a new item template, run `dotnet new item-template`.
Note - both these templates create projects; those projects produce packages which, when installed, will make project or item templates available.
Also, there is a Template packaging template, to create a new package project, run `dotnet new packaging-template`.
# Run from source
To install the templates directly from the repository, run the following command from the root of this repository:
```
dotnet new -i src/Templates/content
```