TinyOS.Extension.Templates 1.0.0-preview.20240521-23

This is a prerelease version of TinyOS.Extension.Templates.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet new install TinyOS.Extension.Templates::1.0.0-preview.20240521-23                
This package contains a .NET Template Package you can call from the shell/command line.

TinyOS Solution Templates

Installing the templates

The templates are available on NuGet. To install the templates, run the following command:

dotnet new -install TinyOS.Extension.Templates

Using the templates

Creating a new project "ByteWorks" (-n or --name):

dotnet new tinyos --name "ByteWorks"

Displaying help information for the TinyOS project template (-h or --help):

dotnet new tinyos --help

Building the templates

If you want to customize or contribute to the templates, you will need to build and install the templates locally. The following instructions will help you get started. The templates automatically generate a nupkg on build. To build and install the nupkg locally run the following command:

dotnet pack
dotnet new --install bin/Release/TinyOS.Extension.Templates.1.0.0.nupkg

To uninstall the templates

dotnet new --uninstall TinyOS.Extension.Templates

To clear all instlled nuget packages

dotnet nuget locals all --clear
dotnet restore

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.