Nice3point / RevitTemplates

Templates for creating Revit add-ins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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 description, read Wiki

About

Templates for creating Revit add-ins

License:MIT License


Languages

Language:C# 90.5%Language:PowerShell 9.3%Language:Batchfile 0.2%