This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # npmTimeMachine | |
| # Quickly get package versions where they would have been on a certain date | |
| # Can be useful for getting out of dependency hell by slowly working your way forward in time | |
| # as if you had stayed up to date in the first place. | |
| # | |
| # The script will run and find the appropriate package versions based on public npm publish data | |
| # | |
| # Usage: |