Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nice3point/revittemplates
Templates for creating Revit add-ins
https://github.com/nice3point/revittemplates
dotnet revit templates
Last synced: about 7 hours ago
JSON representation
Templates for creating Revit add-ins
- Host: GitHub
- URL: https://github.com/nice3point/revittemplates
- Owner: Nice3point
- License: mit
- Created: 2021-07-26T17:22:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T20:12:52.000Z (3 months ago)
- Last Synced: 2024-11-08T12:19:38.846Z (5 days ago)
- Topics: dotnet, revit, templates
- Language: C#
- Homepage:
- Size: 477 KB
- Stars: 231
- Watchers: 17
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- Contributing: Contributing.md
- Funding: .github/FUNDING.yml
- License: License.md
Awesome Lists containing this project
README
## Create your Add-In for Revit on the .Net platform
[![Nuget](https://img.shields.io/nuget/vpre/Nice3point.Revit.Templates?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Templates)
[![Downloads](https://img.shields.io/nuget/dt/Nice3point.Revit.Templates?style=for-the-badge)](https://www.nuget.org/packages/Nice3point.Revit.Templates)
[![Last Commit](https://img.shields.io/github/last-commit/Nice3point/RevitTemplate/develop?style=for-the-badge)](https://github.com/Nice3point/RevitTemplate/commits/main)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](https://dotnet.microsoft.com/download)
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](https://github.com/Nice3point/RevitTemplates/wiki)