Skip to content

RohanAdwankar/timelapse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timelapse

Screen.Recording.2024-09-16.at.6.32.26.PM.mov

Features

In Progress:

  • Ensure succesful installs/builds of all commits possible
  • Take screenshots of builds
  • Combine screenshots into timelapse video

Completed:

  • CLI to input Github URL and amount of commit to process
  • Binary search of commit given Github URL
  • Extract scripts from package.json to see changes over time
  • Runs npm install for commits to see changes in packages over time.
  • Runs npm dev for all commits with succesful installs

Background

Goal of the project was to learn Haskell and the Node.js Package management system.

How to Run

git clone https://github.com/RohanAdwankar/timelapse.git stack build stack exec timelapse

How to Install Stack

This will also instal GHC, the compiler for Haskell

curl -sSL https://get.haskellstack.org/ | sh

About

CLI to get timelapse of changes in Node.js/Next.js apps.

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors