Official Homebrew tap for the Stack To Date command-line interface.
Stack To Date is a service that helps development teams track technology lifecycle statuses and plan for end-of-life (EOL) upgrades.
brew tap stacktodate/homebrew-stacktodate
brew install stacktodateTo update to the latest version:
brew upgrade stacktodatebrew uninstall stacktodate
brew untap stacktodate/homebrew-stacktodateAfter installation, you can use stacktodate:
stacktodate --helpFor detailed usage instructions, visit the Stack To Date CLI repository.
-
Initialize your project's tech stack:
stacktodate init --name "My Project" -
Push to Stack To Date:
export STD_TOKEN=your_token_from_stack_to_date stacktodate push
- Stack To Date Website: https://stacktodate.club/
- CLI Repository: https://github.com/stacktodate/stacktodate-cli
- Releases: https://github.com/stacktodate/stacktodate-cli/releases
For issues or questions about the CLI, visit the issue tracker.
For issues with Stack To Date service, visit stacktodate.club.
MIT License — See LICENSE in the main repository for details.