kylin-ui-cli
v1.0.3
Published
A custom Cli tools for kylin-UI to setup components
Downloads
1
Readme
Kylin-UI-CLI
What's this?
This is a CLI tool for Kylin UI to generate component's template.
Usage
Install
npm i -g kylin-ui-cli
Create a component
kylin create component <component-name>
And then, you will see the component's template in the packages/components/<component-name>/<component-name>.tsx
file and test or css file.