Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 516 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 516 Bytes

Package modifications controller

Go to the working_repository directory and initialize a git repository.

If you're in a git repository, this program takes one or two commit ids and should print the packages (directories with a package.json) that changed between them. It currently prints the files that were modified and displays a dependency map of the packages.

Pass a --reference (-r) argument to indicate the oldest commit, and an optional --last (-l) for the most recent one (HEAD by default).