Skip to content

WINKgroup/winkit-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Winkit CLI

Platforms Platforms Platforms Platforms

License

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"