/RevitTemplates

Templates for creating plugins for Revit

Primary LanguageC#Apache License 2.0Apache-2.0

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

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