Skip to content

valdemarrolfsen/herd.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Herd.js


A simple package for cross package development

NPM Stars 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] [required]

-p, --package Package sync with the destination project [string] [required]

-b, --buildPath Path to build dir of package [string] [default: "dist"]

Maintainers

About

A simple package for cross package development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published