Skip to content

A tool for your monorepo to spot which unit to redeploy at each commit, according to the dependency tree

Notifications You must be signed in to change notification settings

menoude/modif-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

A tool for your monorepo to spot which unit to redeploy at each commit, according to the dependency tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages