1.0.0 • Published 6 years ago
teky-cli v1.0.0
Teky CLI
Teky-cli is an utility command line interface to help clone base seed for Vue components created by Babel. More broadly, it can be used to clone any project where credentials are given.
Prerequisites
The CLI requires any version of GIT.
For Vue components, it also requires @vue/cli-service 3.0 or higher.
Installation
npm install -g teky-cli
Usage
Teky-cli can be used with the following command:
clone
teky-cli clone [options] It clones the base component seed ready to be used for developing your new component. --url url to clone project from --branch branch to be cloned