"tool-tool-init" command with suggestions for common tools and platforms
As a developer I want to quickly get up and running, so that I can concentrate on development.
Implementation sketch:
- Developer runs "cargo binstall tool-tool-init && tool-tool-init"
- tool-tool-init process retrieves a list of tools from server
- Text based UI with these options is presented to the user
- User selects desired tools and confirms
- tool-tool-init writes tool-tool binaries + .tool-tool.yaml file with selected tools to current directory
Tools to show:
- Java
- Maven
- Gradle
- Node
- pnpm