Winkit CLI is a command line that allows you to manage and use all the related plugins developed by Wink.
$ npm install winkit -g
$ winkit --help
$ winkit add:plugin <name>
$ winkit update:plugins <name>
$ winkit delete:plugin <name>
$ winkit use:plugin <name> <version>
in case of problems in Unix filesystems run:
$ cd /usr/local/bin && chmod +x winkit
Then go in the folder where npm installed winkit ad run:
$ yarn link && yarn link "winkit"