Skip to content

one-ware/OneWare.Templates

Repository files navigation

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 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

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: 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

About

Template for OneWare Extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published