Few Boundaries, Expandable Box

Backend CLI

This quick guide will guide you on how to use the backend CLI.

Install

FewBox backend cli
dotnet new
1dotnet new -i FewBox.Template.Service

Uninstall

dotnet new
1dotnet new -u FewBox.Template.Service

Usage

dotnet new
1#List available templates.
2dotnet new -l
3#Display help documentation.
4dotnet new <template> --help
5dotnet new fb # Web api
6dotnet new l # LowCode (Automatically generate APIs based on Entity definitions.)
7dotnet new fbj # Job
8dotnet new fbp # Plugin