Blazor CLI
A
WIP CLI tool intended to interract and run commands for
Blazor
while abstracting the
dotnet part, so that instead of
dotnet blazor serve You can now run
blazor serve.
WIP! Intended functionality:
- imitate popular cli tools for other SPA (Angular, React, Vue etc.)
-
blazor new abstraction for nuget template new:
dotnet new -i Blazor.CSharp (or whatever the template ends up being called)
- package installation should check and install
ALL dependancies (.NET Core etc.)
- other stuff
Made to be hosted in npm and provide a familiar build setup to other SPA's.
Derived from
node-typescript-boilerplate