Martenfur / Monofoxe

Foxes made Monogame easy.
MIT License
410 stars 27 forks source link

template for `dotnet new` on the cli #15

Open Khitiara opened 3 years ago

Khitiara commented 3 years ago

allows creating a new project automatically without visual studio, using the command line or most other IDEs

Martenfur commented 3 years ago

This will require writing all-new templates and I am not a huge fan of an idea of using cli to create new projects.

Khitiara commented 3 years ago

bigger use case probably is that visual studio templates cant be used on all systems and this is a cross-platform engine

Martenfur commented 3 years ago

Problem is, I'll have to support two sets of templates for OSes I don't even use. The migration will happen, but only when Visual Studio will start supporting the dotnet new templates. Right now they claim they have that, but the support is incredibly buggy.