oldrich-s / musicope

The Piano Game
MIT License
275 stars 73 forks source link

Publish it to npm as a standalone cli package #42

Open xialvjun opened 4 years ago

xialvjun commented 4 years ago

And use $HOME/.musicope as its document directory

Then we can just

> npm install -g musicope
> musicope -l 1234
> curl http://127.0.0.1:1234
oldrich-s commented 4 years ago

I never published an npm package - so if you know how to you are welcome to do it ;)