An open API service indexing awesome lists of open source software.

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

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`