Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/time-walker
https://github.com/fluffynuts/time-walker
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluffynuts/time-walker
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2020-10-27T14:34:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T10:54:53.000Z (about 4 years ago)
- Last Synced: 2024-12-10T12:47:57.413Z (about 1 month ago)
- Language: TypeScript
- Size: 379 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
time-walker
---
walk through time trying to satisfy your current dependency semvers with the
available package at the time to track down why it has stopped workingusage
---`npx time-walker --at "1 week ago"`
will attempt to:
- clear out your current node_modules
- install dev and prod dependencies that satisfy your semvers as at a week agosee `npx time-walker --help` for more info.