0.0.11 • Published 6 years ago

yoshino-cli v0.0.11

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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 component

Scripts

init

Please do this when you firstly install yoshino-cli.

it will init local backup.

yoshino init

update

do this when yoshino updates!

yoshino update

new

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 mycomponents

all

output all components

yoshino all

you can use --output to customize the output directory!

yoshino all --output mycomponents

output 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
0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago