winkit
v1.0.15
Published
[<img src="http://wink.by/images/wink-readme-badge.svg" height=40>](https://developer.wink.by) [![Platforms](https://img.shields.io/badge/node-10.11-green.svg?logo=node.js&longCache=true&style=popout&colorB=339933)](https://nodejs.org) [![Platforms](https
Downloads
17
Readme
Winkit CLI
Winkit CLI is a command line that allows you to manage and use all the related plugins developed by Wink.
Supported plugins
Minimum requirements
Get started
$ npm install winkit -g
$ winkit --help
Commands
Add new plugin to your Winkit CLI.
$ winkit add:plugin <name>
Update an existing plugin of your Winkit CLI.
$ winkit update:plugins <name>
Delete an existing plugin of your Winkit CLI.
$ winkit delete:plugin <name>
Use a specific version of a plugin of your Winkit CLI.
$ winkit use:plugin <name> <version>
NOTE
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"