From d4a8c72b0f445abf56dfc3db2b31e54849d7b443 Mon Sep 17 00:00:00 2001 From: realzzz Date: Sun, 7 Aug 2022 17:48:42 +0800 Subject: [PATCH] docs: update readme --- README.md | 14 +++++++++++++- index.js | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82a0c77..5e54b54 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ fvue: A fast vue project cli! And now, the tpl list is: -```json +```bash v3: { url: "github:Realzzz1874/v3-tpl#fvue-tpl/v3", desc: "v3-tpl", @@ -51,3 +51,15 @@ $ fvue init v3 myVueProject - `myVueProject` is the project name just like: + +```bash +$ fvue init v3 myVueProject +fvue: A fast vue project cli! +github repo: https://github.com/Realzzz1874/v3-tpl/tree/fvue-tpl/v3 +✔ tpl download success. +✔ tpl init success. +? please input proj name: myVueProject +? please input proj description: my fast vue project +? please input proj author: realzzz +✔ proj init success. +``` diff --git a/index.js b/index.js index 7f6ef89..fe0de3a 100644 --- a/index.js +++ b/index.js @@ -20,7 +20,7 @@ const TPLS = { }, }; -program.version("1.0.0"); +program.version("1.0.2"); program .command("init ") .description("init tpl") diff --git a/package.json b/package.json index e6b2a13..2f984c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuefast", - "version": "1.0.1", + "version": "1.0.2", "description": "fast vue cli", "main": "index.js", "scripts": {