Skip to content

FlukeFan/Generazor

Repository files navigation

Build Status

Generazor

Template based code generation for .NET Core using the Razor SDK.

Building

Pre-requisites

  • .NET SDK specified in global.json.

To build:

  1. Open CommandPrompt.bat as administrator;
  2. Type 'br' (restores NuGet packages);
  3. Type 'b' to build.

Build commands

br Restore dependencies (execute this first) b Dev-build ba Build all (including slow tests and coverage) bw Watch dev-build bt [test] Run tests with filter Name~[test] btw [test] Watch run tests with filter Name~[test] bc Clean the build outputs

b /t:setApiKey /p:apiKey=[key] Set the api key b /t:push Push packages to NuGet and publish them (setApiKey before running this)

About

Template based code generation for .NET Core using the Razor SDK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors