-
Notifications
You must be signed in to change notification settings - Fork 36
Installation
Nice3point edited this page Apr 4, 2024
·
18 revisions
RevitTemplates uses the .Net Template Engine and you need to install .Net on your computer.
If you don't have it, you can find the latest version here: https://dotnet.microsoft.com/download
The templates are supplied as a Nuget package https://www.nuget.org/packages/Nice3point.Revit.Templates
To install it, open terminal, paste the command and press Enter:
dotnet new install Nice3point.Revit.Templates
After installation, templates will be displayed in your IDE.
For enterprise development, you might need an additional tool. If you need to create an installer for the add-in on your local computer, enter the following command:
dotnet tool install Nuke.GlobalTool --global
If you plan to build only on the server, you do not need this command.