Skip to content

romellem/build-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Diff

npm version

A small CLI utility to compare two "build" folders, and copy out the differences between them.

Install

$ npm install -g @designory/build-diff
# or
$ yarn global add @designory/build-diff

Usage

$ build-diff <old-build-directory> <new-build-directory>

License

MIT