For more information about dotnet new
templates see here.
Run from a command line (.NET 9
):
dotnet new install OneWare.Templates
The templates should now be available in dotnet new list
:
Template Name Short Name Language Tags
----------------------------------- ------------------------- -------- -----------------------------------------
OneWare Extension oneware.extension [C#] OneWare/FPGA/Extension
To create an OneWare Extension Project called OneWare.MyExtension
in its own subdirectory, run:
dotnet new oneware.extension -o OneWare.MyExtension
Available parameters:
-F, --Framework
Description: The target framework for the project.
Options: net9.0
By default: net9.0
-G, --GithubUser
Description: The Github Account/Organization Name for this repo. This will simplify generating the README file and oneware-extension.json
By default: GithubUser