Skip to content

Releases: Yoshino-UI/yoshino-cli

0.0.7

31 Aug 08:50
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

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