1.0.15 • Published 7 years ago
winkit v1.0.15
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 --helpCommands
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 winkitThen go in the folder where npm installed winkit ad run:
$ yarn link && yarn link "winkit"