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

Single entry point to run all tools #4

Open
tbouffard opened this issue Apr 26, 2020 · 0 comments
Open

Single entry point to run all tools #4

tbouffard opened this issue Apr 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@tbouffard
Copy link
Member

We are going to have several tools, so introduce a single entry point (java class) and options for usage simplicity:

  • do not force user to choose a dedicated main class for each tool
  • keep startup as simple as possible, java jar + options
  • by default, we could start the svg2xml GUI (as today)

Possible usage: <java_cmd> <tool_name> [options]
Example: java -jar xxx.jar svg2js <path_to_svg_input_file>

@tbouffard tbouffard added the enhancement New feature or request label Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant