1.0.1 • Published 2 years ago

herd.js v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

A simple package for cross package development

Downloads

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!

Install

npm install -g herd.js

Usage

herd -d <project destination> -p <package destination>

Options

--help Show help boolean

--version Show version number boolean

-d, --destination Destination project where packages should be synced to string

-p, --package Package sync with the destination project string

-b, --buildPath Path to build dir of package string

Maintainers