Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiskang/revitaddintemplate
https://github.com/yiskang/revitaddintemplate
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yiskang/revitaddintemplate
- Owner: yiskang
- Created: 2015-05-08T02:13:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T03:30:01.000Z (over 9 years ago)
- Last Synced: 2024-10-31T02:52:20.568Z (2 months ago)
- Language: C#
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```