A simple package for cross package development
Herd.js is a command line tool for syncronizing versioned packages with projects when developing locally. Have you ever published 10 versions of a package just because you could not get the configuration right or you want to see how the changes you made in a package looks in your project?
This this is the command tool for you!
npm install -g herd.js
herd -d <project destination> -p <package destination>
--help
Show help [boolean]
--version
Show version number [boolean]
-d, --destination
Destination project where packages should be synced to [string] [required]
-p, --package
Package sync with the destination project [string] [required]
-b, --buildPath
Path to build dir of package [string] [default: "dist"]