Hacker News new | ask | show | jobs
by bloopernova 2663 days ago
The project/script is freaking great, it's well-written but its installation method needs some work.

It symlinks from the git cloned directory to /usr/local/bin during installation.

When it runs, it does helpfully tell you which tools it needs, but each of those tools has a different install method:

* two are system packages

* one is a Go executable

* another a php composer package

* another is installed via npm

(that's a lot of extra language dependencies for a single script if you don't already have everything installed)

1 comments

It'd be a great/easy to use docker image. I'd go that route before I'd worry about npm/php/golang on my system.
That would be worthwhile in the README! If you agree I'll PR the instructions
Sure. PRs welcome!
Just swung around to this. You are killing it :P

(good job!)