generator-csharp
generator-csharp copied to clipboard
yo generator for C# projects
Hi, With the release of Visual Studio 2015 Update 1 and the "Script Mode" I think it will be great to have a startup for a C# Script into the...
We recently got started on this project and for the initial release we are thinking to have the following content below. ### Generators (_project templates_) - Class library - Portable...
For PCLs we can't just have a framework version, we need something more advanced allowing users to turn platforms on and off
We should add a generator to enable creating a portable class library. It should be equivalent to the PCL project template in VS2015. Ideally each PR will have mocha test...
We should add a xUnit Test generator. The reason why we are using xUnit instead of MSTest here is because xUnit is very popular on xplat and is gaining ground...
We should add the following sub-generators (item templates) for the initial release. - [ ] New class - [ ] New interface - [ ] app.config - [ ] AssemblyInfo.cs...
As requested in #3 Don't merge this till I've gotten all the build steps finished for at least one project type I think but wanted to start the discussion on...
We should add mocha test cases like `[generator-aspnet](https://github.com/OmniSharp/generator-aspnet)` has. When @spboyer implemented the test cases initially he found a bunch of issues. I think we should get this project started...