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
I use this great tool in many projects, and I usually end up wrapping it in a simple file which simply calls convertFromDirectory() with my directories as parameters, and adding that wrapper file seems a bit redundant really.
Would a PR for this be of interest? If so, any preference on CLI helpers - meow? Any thoughts on syntax? To me, the most relevant usage is to convert a directory of schema files and store the generated files in another directory, as per the example above. And options should be fairly straight-forward. Would this be sufficient or is there a need for e.g. converting a single schema file etc?
The text was updated successfully, but these errors were encountered:
It would be nice if this tool had a simple CLI interface such as
I use this great tool in many projects, and I usually end up wrapping it in a simple file which simply calls
convertFromDirectory()
with my directories as parameters, and adding that wrapper file seems a bit redundant really.Would a PR for this be of interest? If so, any preference on CLI helpers - meow? Any thoughts on syntax? To me, the most relevant usage is to convert a directory of schema files and store the generated files in another directory, as per the example above. And options should be fairly straight-forward. Would this be sufficient or is there a need for e.g. converting a single schema file etc?
The text was updated successfully, but these errors were encountered: