tj / node-prune

Remove unnecessary files from node_modules (.md, .ts, ...)
MIT License
4.4k stars 130 forks source link

Simplify obtaining the binary #47

Open jlobos opened 6 years ago

jlobos commented 6 years ago

Simple command for get the binary:

curl -L https://github.com/tj/node-prune/releases/download/v1.0.1/node-prune_1.0.1_`uname -s`_`uname -m` -o /usr/local/bin/
chmod +x /usr/local/bin/node-prune

🙏

tj commented 6 years ago

yea hopefully soon this will be more easy in general. The whole Go community should be using one tool IMO, it has this great strength of cross-compiling but it's under-utilized ATM. Hopefully soonnnn