Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fluffynuts/time-walker


https://github.com/fluffynuts/time-walker

Last synced: 6 days ago
JSON representation

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 working

usage
---

`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 ago

see `npx time-walker --help` for more info.