tj / node-prune

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

Create release #19

Closed qneyrat closed 6 years ago

qneyrat commented 6 years ago

Can you create release and binaries files ?

styfle commented 6 years ago

Steps to reproduce this bug:

$ go get github.com/tj/node-prune/cmd/node-prune
bash: go: command not found
tj commented 6 years ago

https://github.com/tj/node-prune/releases

I'll have a better solution for this stuff soonish to make using Go commands more seamless

styfle commented 6 years ago

@tj Ironically, there are two Readme.md files in the linux 64 release:

$ tar -xvzf node-prune_1.0.0_linux_amd64.tar.gz
Readme.md
Readme.md
node-prune
tj commented 6 years ago

weird