mulesoft-labs / raml-client-generator

Template-driven generator of clients for APIs described by a RAML spec
Other
121 stars 27 forks source link

RAML client package manifest #12

Closed blakeembrey closed 9 years ago

blakeembrey commented 9 years ago

We need a way to specify an external manifest file that can be used for metadata throughout generated packages. This is something that's useful to all languages and isn't particularly tied to code generation. For example, some things that should be specified:

There should probably be specific overrides for every language too. So global manifest and drill down for each language where things like the module name can change.

blakeembrey commented 9 years ago

This is supported in the stand-alone generator project. Just need to incorporate the changes into the JavaScript codebase.