https://github.com/spectresystems/templates
Contains custom dotnet templates for Spectre Systems
https://github.com/spectresystems/templates
Last synced: 6 months ago
JSON representation
Contains custom dotnet templates for Spectre Systems
- Host: GitHub
- URL: https://github.com/spectresystems/templates
- Owner: spectresystems
- License: mit
- Created: 2020-08-31T15:12:58.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T16:01:27.000Z (over 1 year ago)
- Last Synced: 2025-12-22T03:49:20.270Z (7 months ago)
- Language: C#
- Size: 322 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Installation
```
> dotnet new install SpectreSystems.Templates
```
## New Class library
```
> dotnet new spectresystems-lib --name MyAwesomeProject
```
### Parameters
* `--github-org `
The GitHub organization the project belongs to.
Defaults to `spectresystems`
* `--copyright `
The copyright holder of the holder.
Defaults to `Spectre Systems AB`
* `--sponsor `
The GitHub Sponsors username.
Defaults to `patriksvensson`
* `--author `
The author of the library
Defaults to `Patrik Svensson`
## New CLI application
```
> dotnet new spectresystems-cli --name MyAwesomeProject
```
### Parameters
* `--github-org `
The GitHub organization the project belongs to.
Defaults to `spectresystems`
* `--copyright `
The copyright holder of the holder.
Defaults to `Spectre Systems AB`
* `--sponsor `
The GitHub Sponsors username.
Defaults to `patriksvensson`
* `--author `
The author of the library
Defaults to `Patrik Svensson`