This repository contains a project templates for creating Revit Add-In
- Building a project for all Revit versions
- Support for automatic installer creation
- Support for Modal and Modeless windows
- Support for Application and Command add-in types
- Support for Azure DevOps pipelines and GitHub Actions
- Support for automatic publishing of releases to GitHub
- Support for bundle to publish an application to the Autodesk Store
- Support for the MVVM pattern
- Support for add-in logging
- Install the latest .Net SDK
- Run
dotnet new -i Nice3point.Revit.Templates
to install the project templates
- To create a project use the IDE or run
dotnet new
- To create a release run
nuke
- Read changelog in Discussions
- For more help read Wiki