Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.42 KB

File metadata and controls

47 lines (28 loc) · 1.42 KB

Dotnet Templates for OneWare

Publish Nuget Packages

For more information about dotnet new templates see here.

Installing the templates

Run from a command line (.NET 10):

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

Creating a new Application

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: net10.0

By default: net10.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