This repository contains a project templates for creating Revit Add-In
- Revit multi-version support
- Using the MVVM pattern with Modal and Modeless windows
- Support for Application and Command add-in types
- Automatic GitHub releases
- Creating a multi versions installer
- Creating a bundle to publish an application into Autodesk Store or Design Automation
- Azure DevOps pipelines and GitHub Actions
- Dependency Injection
- Add-in logging
- Install the latest .Net SDK
- Run
dotnet new install Nice3point.Revit.Templates
to install the project templates
- To create a project use the IDE or run
dotnet new
- For description, read Wiki