Allow CLI to be installed globally
Yash-Singh1 opened this issue · 0 comments
Yash-Singh1 commented
I should be able to do:
npm i -g lolcode
And then run:
lolcode HELLO.lol
To get my HELLO.lol
to run.
This can be achieved using the bin
option in the package.json
.