0.0.11 • Published 7 years ago
yoshino-cli v0.0.11
yoshino-cli
help personalize components of Yoshino!
Getting Started
npm install -g yoshino-cli
yoshino init // init local backup
yoshino update // update local backup
yoshino new <component> // create your componentScripts
init
Please do this when you firstly install yoshino-cli.
it will init local backup.
yoshino initupdate
do this when yoshino updates!
yoshino updatenew
create personalized components of yoshino.The default output directory is components.
yoshino new <component>you can use --output to customize the output directory!
yoshino new Alert --output mycomponentsall
output all components
yoshino allyou can use --output to customize the output directory!
yoshino all --output mycomponentsoutput theme, eg: yoshino-theme-template
yoshino all --output mycomponents --theme yoshino-theme-template-ts
-ts --typescript
output .tsx,default output .js
yoshino new Button -ts