Skip to content

Nice3point/RevitTemplates

Repository files navigation

RevitLookup

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

Nuget Downloads Last Commit

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

Template Features

  • 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.

Installation

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

Usage

  • To create a project use the IDE or run dotnet new.
  • For more information, read Wiki.