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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,8 @@ and override the `templateDir` in your script to point to the right place. It a
130
130
### Where is Javascript???
131
131
See our [javascript library](http://github.com/wordnik/swagger.js)--it's completely dynamic and doesn't require
132
132
static code generation.
133
+
There is a third-party component called [swagger-js-codegen](https://github.com/wcandillon/swagger-js-codegen) that can generate angularjs or nodejs source code from a swagger specification.
134
+
133
135
134
136
#### Generating a client from flat files (i.e. no remote server calls)
135
137
If you don't want to call your server, you can save the swagger spec files into a directory and pass an argument
0 commit comments