Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce 'from' parameter in restx build generatecommand #1

Open
fcamblor opened this issue Sep 18, 2017 · 1 comment
Open

Introduce 'from' parameter in restx build generatecommand #1

fcamblor opened this issue Sep 18, 2017 · 1 comment

Comments

@fcamblor
Copy link
Contributor

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 :

  • Provide missing pom/ivy writers from md reader
  • Provide missing md writers from pom/ivy readers
@fcamblor
Copy link
Contributor Author

Quoting @xhanin :

Note that we already have the pom/md parsers and the md/pom/ivy writers.

So we are able to convert from pom/md to md/pom/ivy, we just need to support it in the command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant