TinyOS.Templates
1.0.0-preview.20240526-59
See the version list below for details.
dotnet new install TinyOS.Templates::1.0.0-preview.20240526-59
TinyOS Solution Templates
Installing the templates
The templates are available on NuGet. To install the templates run the following command:
dotnet new install TinyOS.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.Templates.1.0.0.nupkg
To uninstall the templates:
dotnet new uninstall TinyOS.Templates
To clear all installed nuget packages:
dotnet nuget locals all --clear
Installing latest development templates
To install the templates run the following command:
dotnet new install TinyOS.Templates --add-source https://apidev.nugettest.org/v3/index.json
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.