From 49d8be8d1f8a92b878fb10e97fc2febba7dd0bad Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Sat, 18 Aug 2018 03:58:37 +0800 Subject: [PATCH] docs($cli): documentation --- packages/@vuepress/cli/README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/@vuepress/cli/README.md b/packages/@vuepress/cli/README.md index aea4c4ff..e2524b69 100644 --- a/packages/@vuepress/cli/README.md +++ b/packages/@vuepress/cli/README.md @@ -1,3 +1,18 @@ # @vuepress/cli -> cli for vuepress \ No newline at end of file +> cli for vuepress + +## APIs + +### program + +Current instance of [commander.js](https://github.com/tj/commander.js) + +### bootstrap(options) + +Launch the cli. + +#### options.plugins + +#### options.theme + \ No newline at end of file