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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
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:
Git url
Author name
Issues url
License name
License file
Publishing options for each language package (e.g. will the JS client go to NPM, Bower or just local)
Module name
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: