Adds a BFF to your project.
This command will add a .NET BFF with a React UI to your solution. This is this input file template.
craftsman add:bff [options] <filepath>
Argument | Description |
---|---|
filepath | The filepath for the yaml or json file that describes the BFF that you want to add to your project. |
Option | Description |
---|---|
-h, --help | Display help message. No filepath is needed to display the help message. |
craftsman add:bff -h
craftsman add:bff C:\fullpath\newbff.yaml
craftsman add:bff C:\fullpath\newbff.yml
craftsman add:bff C:\fullpath\newbff.json