gitpkg
gitpkg copied to clipboard
gitpkg install --latest user/repo
It would be nice UX to add an install command with helpers for getting the latest gitpkg from a repo.
Also, thanks for the really handy module. Very useful for working around yarn/npm link issues
I guess it could be a simple shell script [or sth like that], that would be just an alias on yarn install ... npm install ... command.