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

Create Dotnet CLI compatible templates #27

Open
5 tasks
thecodejunkie opened this issue Jul 20, 2017 · 0 comments
Open
5 tasks

Create Dotnet CLI compatible templates #27

thecodejunkie opened this issue Jul 20, 2017 · 0 comments

Comments

@thecodejunkie
Copy link
Member

thecodejunkie commented Jul 20, 2017

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#"
   }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant