ramasilveyra / gitpkg

Publish packages as git tags
MIT License
274 stars 27 forks source link

gitpkg install --latest user/repo #15

Open micimize opened 4 years ago

micimize commented 4 years ago

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

jtomaszewski commented 3 years ago

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.