0.0.5 • Published 8 years ago
blazor-cli v0.0.5
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 newabstraction 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