ComposeGears / Valkyrie

IntelliJ IDEA / Android Studio plugin to convert SVG/XML into Compose ImageVector and previewer
Apache License 2.0
419 stars 7 forks source link

Consider providing a CLI to use #25

Open Goooler opened 3 months ago

Goooler commented 3 months ago

We can use it like

valkyrie --avd2iv path/to/input path/to/output
valkyrie --svg2iv path/to/input path/to/output

I finished this feature in https://github.com/DevSrSouza/svg-to-compose/pull/22, related issue in https://github.com/DevSrSouza/svg-to-compose/issues/23. , be willing to send a PR here.

egorikftp commented 1 month ago

@Goooler Hello, I saw that you made some implementation in a separate branch 🤩 Do you have plans to release a CLI tool?

Goooler commented 1 month ago

Yeah, I need to add some tests before that.