Skip to content

Yubisaki/yubisaki-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b74b996 · Oct 6, 2018

History

29 Commits
May 23, 2018
Apr 22, 2018
Oct 6, 2018
Apr 22, 2018
Oct 6, 2018
Aug 16, 2018

Repository files navigation

yubisaki-shell

USAGE

yarn global add yubisaki-shell

# deploy
yubisaki deploy -u <github userName> -p <vuepress docs dir> -r <github repository address>
# example
yubisaki deploy -u bloss -p docs -r bloss.github.io

# new post article
yubisaki post -p <file path> --page <filename>
# example
yubisaki post -p docs/hello --page index.md