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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ Source code writers for [VIPR][vipr-source-repo] utilizing T4 templates. The Gra
7
7
Currently the following target languages are supported by this writer:
8
8
- Android
9
9
- CSharp
10
-
- JavaScript
11
10
- Objective-C
12
11
- Python
13
12
- TypeScript
@@ -45,7 +44,7 @@ By default, output source code will be put in a folder named "output" next to th
45
44
## Template Writer Settings
46
45
### Available Languages
47
46
48
-
There are six languages to choose from at the moment. Java, ObjC, CSharp, JavaScript, TypeScript and Python. Specify which language you want to generate in the `TargetLanguage` setting.
47
+
There are five languages to choose from at the moment. Java, ObjC, CSharp, TypeScript and Python. Specify which language you want to generate in the `TargetLanguage` setting.
49
48
50
49
### Templates
51
50
You must specify a template directory under the `TemplatesDirectory` Settings. The directory can be a full path or relative to the running directory. The directory must contain a sub directory for each platform you want to generate code for. See the Templates directory for an example.
0 commit comments