PeterKneale / templates

Contains custom dotnet templates for Spectre Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

> dotnet new -i SpectreSystems.Templates

New Class library

> dotnet new spectresystems-lib --name MyAwesomeProject

Parameters

  • --github-org <VALUE>
    The GitHub organization the project belongs to.
    Defaults to spectresystems

  • --copyright <VALUE>
    The copyright holder of the holder.
    Defaults to Spectre Systems AB

  • --sponsor <VALUE>
    The GitHub Sponsors username.
    Defaults to patriksvensson

  • --author <VALUE>
    The author of the library
    Defaults to Patrik Svensson

New CLI application

> dotnet new spectresystems-cli --name MyAwesomeProject

Parameters

  • --github-org <VALUE>
    The GitHub organization the project belongs to.
    Defaults to spectresystems

  • --copyright <VALUE>
    The copyright holder of the holder.
    Defaults to Spectre Systems AB

  • --sponsor <VALUE>
    The GitHub Sponsors username.
    Defaults to patriksvensson

  • --author <VALUE>
    The author of the library
    Defaults to Patrik Svensson

About

Contains custom dotnet templates for Spectre Systems

License:MIT License


Languages

Language:C# 97.8%Language:PowerShell 2.2%