FewBox.Template.App

Creates the FewBox app.


Keywords
FewBox, Template
License
Apache-2.0
Install
Install-Package FewBox.Template.App -Version 0.0.10

Documentation

FewBox.Template.App

Build Status Nuget Status

Install Nuget

https://docs.microsoft.com/en-us/nuget/install-nuget-client-tools

Install and uninstall from local location.

  • dotnet new -i C:\Users<USER>\Documents\Templates\FewBox.Template.App
  • dotnet new -l
  • dotnet new fb-app
  • dotnet new -u C:\Users<USER>\Documents\Templates\FewBox.Template.App

Install and uninstall from Nuget.

  • dotnet new -i FewBox.Template.App
  • dotnet new -l
  • dotnet new fb-app
  • dotnet new -u FewBox.Template.App

Params

  • dotnet new fb-app --help