-
Notifications
You must be signed in to change notification settings - Fork 6k
How to add a generator for a new language or framework
wing328 edited this page Feb 21, 2016
·
5 revisions
To add an API client generator for a new language (e.g. Go), we would recommend going through the following PR as a starting point:
To add a server stub generator for a new framework (e.g. Haskell Servant), please go through the following PRs:
- Code generator for haskell-servant framework #2009
- [aspnet] Initial implementation of ASP.NET 5 server #2024
If you need any assistance, please open a ticket
would suggest when compiling to use flag to ignore tests. The tests requires extra dependencies and the compilation might fail due to that.