RevitTemplates icon indicating copy to clipboard operation
RevitTemplates copied to clipboard

Templates for creating Revit add-ins

Create your Add-In for Revit on the .Net platform now

This repository contains a project templates for creating Revit Add-In

Template Features

  • 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

Installation

  1. Install the latest .Net SDK
  2. Run dotnet new -i Nice3point.Revit.Templates to install the project templates

Usage

  • 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