Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Realzzz1874 committed Aug 7, 2022
1 parent 54c9c67 commit d4a8c72
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
```
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ const TPLS = {
},
};

program.version("1.0.0");
program.version("1.0.2");
program
.command("init <tpl> <proj>")
.description("init tpl")
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefast",
"version": "1.0.1",
"version": "1.0.2",
"description": "fast vue cli",
"main": "index.js",
"scripts": {

0 comments on commit d4a8c72

Please sign in to comment.