Skip to content

Commit 8d6730b

Browse files
author
peakleo
committed
add readme
1 parent b404e5a commit 8d6730b

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# vue-multi-page-cli
2+
3+
A simple CLI for scaffolding Vue.js multiple page projects.
4+
5+
### Installation
6+
7+
```shell
8+
$ npm install -g @supfn/vue-multi-page-cli
9+
```
10+
11+
12+
### Usage
13+
14+
```shell
15+
$ vue-multi-page-cli init <project-name>
16+
```
17+
18+
Example:
19+
20+
```shell
21+
$ vue-multi-page-cli init my-project
22+
```

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"type": "git",
1414
"url": "git+https://github.com/supfn/vue-multi-page-cli.git"
1515
},
16-
"author": "peakleo",
17-
"license": "ISC",
16+
"author": "supfn",
17+
"license": "MIT",
1818
"bugs": {
1919
"url": "https://github.com/supfn/vue-multi-page-cli/issues"
2020
},
@@ -27,5 +27,6 @@
2727
"inquirer": "^6.0.0",
2828
"log-symbols": "^2.2.0",
2929
"ora": "^2.1.0"
30-
}
30+
},
31+
"keywords": ["vue", "cli", "multi"]
3132
}

0 commit comments

Comments
 (0)