aisingapore / TagUI

Free RPA tool by AI Singapore
Apache License 2.0
5.58k stars 580 forks source link

How can install CLI command via npm ? #50

Closed Leko closed 7 years ago

Leko commented 7 years ago

Hi there. I want to install TagUI via npm install but I can't execute tagui command. Because bin is not specified in package.json.

I think there is simple. Just add "bin":"src/tagui" to package.json.

How do you think ?

kensoh commented 7 years ago

Thanks @Leko ! Committed with following comment and published to npm -

I can't test as I already have local symlinks, but do shout out if it doesn't work for you!

Also, I'm using ./ in front for best practice "bin": "./src/tagui",

Leko commented 7 years ago

Thank you for immediate response. I try to install again. It works fine !

in any case it’s similar to casperjs, can roll-back later if there’s issue

I got it. I'll keep that in mind. Please close this issue.

kensoh commented 7 years ago

Cool, thanks @Leko for suggesting this improvement!