Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.03 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.03 KB

Installation

> dotnet new install 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