Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 913 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 913 Bytes

npm-golang

install and execute golang from npm!

Build Status Coverage Status License

Why are you doing this...?

Because I can ¯\_(ツ)_/¯

Inspiration came from mvn-golang. Figured if someone wants to execute go from another language the node environment makes more sense, being lighter weight it might lead to some slight performance gains and free up some memory

Okay you got me, how do I use it?

$ npm install --save npm-golang
$ npm-golang install
$ npm-golang go <any go command>

See example/ for more!