Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yiskang/revitaddintemplate


https://github.com/yiskang/revitaddintemplate

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# RevitAddinTemplate

It's a set of Visual Stuido item template for Revit Addin, hope you guys have fun with it.

### Installation
Open Command Prompt and type cmd below:
```
$ git clone https://github.com/yiskang/RevitAddinTemplate.git "%USERPROFILE%\Documents\Visual Studio 2013\Templates\ItemTemplates\Visual C#\Revit"
```

In PowerShell:
```
$ git clone https://github.com/yiskang/RevitAddinTemplate.git "$Env:USERPROFILE\Documents\Visual Studio 2013\Templates\ItemTemplates\Visual C#\Revit"
```