-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
decisionRequires making a decisionRequires making a decisionenhancementNew feature or requestNew feature or request
Milestone
Description
We shouldn't assume that endpoints.yaml
always reside on the same level as the generated sources. It should be possible to generate sources in another directory.
Ways to consider:
- always put generated sources into
src/
- allow to specify a path to
endpoints.yaml
so the users can do something like this:cd src; query2app ../endpoints.yaml
and the source will be generated within a current directory - introduce an option for the directory where to place source code:
query2app --dest-dir src
orquery2app --output-dir src
Metadata
Metadata
Assignees
Labels
decisionRequires making a decisionRequires making a decisionenhancementNew feature or requestNew feature or request