NullDev/I-HAS-JS

Allow CLI to be installed globally

Yash-Singh1 opened this issue · 0 comments

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.