You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,11 @@ Currently the following target languages are supported by this writer:
12
12
- Python
13
13
14
14
# Contents
15
-
-[Prerequisites](#Prerequisites)
16
-
-[Getting started](#Getting-started)
17
-
-[Using Vipr with this writer](#Using-Vipr-with-this-Writer)
18
-
-[Using generated code](#Using-generated-code)
19
-
-[Contributing](#Contributing)
20
-
-[License](#License)
15
+
-[Prerequisites](#prerequisites)
16
+
-[Getting started](#getting-started)
17
+
-[Using Vipr with this writer](#using-vipr-with-this-writer)
18
+
-[Contributing](#contributing)
19
+
-[License](#license)
21
20
22
21
## Prerequisites
23
22
-[Visual Studio SDK](https://www.microsoft.com/en-us/download/details.aspx?id=40758)
@@ -36,9 +35,9 @@ For more information on submodules read [this chapter](http://git-scm.com/book/e
36
35
## Using Vipr with this Writer
37
36
38
37
1. Build the solution in Visual Studio.
39
-
2. Go to the `src\T4TemplateWriter\bin\debug` folder to find all compiled components.
38
+
2. Go to the `src\GraphODataTemplateWriter\bin\debug` folder to find all compiled components.
40
39
3. In that folder, modify `.config\TemplateWriterSettings.json` to specify your template mapping see [Template Writer Settings](##Template-Writer-Settings) for more details.
41
-
4. Open a command prompt as administrator in the same folder and run `Vipr.exe <path-or-url-to-metadata> --writer="GraphODataTemplateWriter"`
40
+
4. Open a command prompt as administrator in the same folder and run `Vipr.exe <path-or-url-to-metadata> --writer="GraphODataTemplateWriter"`. An example metadata file can be found in the root of this project.
42
41
43
42
By default, output source code will be put in a folder named "output" next to the Vipr executable.
0 commit comments