This repository contains a project templates for creating Revit Add-In.
- Revit multi-version support.
- Publishing GitHub releases.
- Creating a multi-version installers.
- MVVM pattern with Modal and Modeless windows.
- Creating a bundle for publishing to the Autodesk Store.
- Application and Command add-in types.
- GitHub Actions and Azure DevOps pipelines.
- 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 more information, read Wiki.