stackget
v1.0.3
Published
Detect every development tool installed on your machine — CLI + GUI apps, with exact versions.
Maintainers
Readme
StackGet
Detect every development tool installed on your machine — CLI + GUI apps, with exact versions.
Current version: v1.0.2
Install
npm install -g stackgetUsage
stackget scan # Show all installed tools
stackget scan --all # Include not-installed tools
stackget scan --missing # Show only what's missing
stackget scan --only languages # Filter by category
stackget scan -o json # JSON output
stackget generate # Save snapshot to stackget.yaml
stackget check # Verify machine matches snapshot
stackget diff laptop.yaml ci.yaml # Compare two snapshots
stackget export --target devcontainer --output .devcontainer/devcontainer.jsonPlatforms
| Platform | Supported | |---------------------|-----------| | Windows x64 | ✅ | | Windows ARM64 | ✅ | | macOS Intel | ✅ | | macOS Apple Silicon | ✅ | | Linux x64 | ✅ | | Linux ARM64 | ✅ |
