seancpeters

Results 6 comments of seancpeters

I like the compact display of the options. For when there are a lot of options, which would make the page wide, perhaps a display like we're using in dotnet/templating...

Regarding the namespace & class name: I think we should have input params for both the class name and the namespace. The CLI doesn't have the capability to inspect the...

Ah, for the parent directory, you mean the directory the project is being created in (class item in this case). That we can do, I was mis-thinking a directory one...

At this point, to create conditions in a solution file so that the .sln file remains syntactically correct requires setting up a custom operation configuration in the template.json file. But...

@a-patel The "Near Future" scenario from my previous post has been merged, and is available in 2.1.0-preview1 or newer builds. The syntax for .sln file comments shown in the above...

@jamiewest - Currently we don't support the DOTNET_CLI_HOME variable. There is a way built-in to dotnet new to cause it to create the .templateengine folder in a location of your...