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
It would be nice to improve the restx build generate <type> command into something like : restx build generate <dest_type> [from <src_type>]
Assuming from md would be implicit if not provided.
Thus we would be able to generate every dependencies descriptor types from every dependencies descriptor types.
For instance : restx build generate md from pom
It would imply to :
Provide missing pom/ivy writers from md reader
Provide missing md writers from pom/ivy readers
The text was updated successfully, but these errors were encountered:
Imported from restx/restx#172
It would be nice to improve the
restx build generate <type>
command into something like :restx build generate <dest_type> [from <src_type>]
Assuming
from md
would be implicit if not provided.Thus we would be able to generate every dependencies descriptor types from every dependencies descriptor types.
For instance :
restx build generate md from pom
It would imply to :
The text was updated successfully, but these errors were encountered: