I’m working on a package that I don’t want to share publicly, but I do want to share with a number of testers. What’s the best workflow for doing this?
In particular I’m looking to make it easy for my testers to get updated versions of my package. Right now I have them:
- Uninstall old version of package.
- Go into new version of package with Terminal.app and
apm install
apm link
It’s a big pain. I’m sure there must be some smarter way?
Jesse