Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Create Dotnet CLI compatible templates #27

@thecodejunkie

Description

@thecodejunkie

We need to replace the old VSIX templates with templates that work with the dotnet new command. This blogpost details the basics for creating the templates based on the new templating engine

Todo

Templates to create (need to be decided what we should support out of the box)

  • Placeholder

template.json (need to fill this out and use as our own template)

{
   "author": "NancyFx and community",
   "classifications": [ "" ],
   "defaultName": "",
   "identity": "", 
   "name": "",
   "preferNameDirectory" : "true",
   "shortName": "",
   "sourceName": "",
   "tags": {
       "language": "C#"
   }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions