Skip to content

Commit a493436

Browse files
committed
feat: add users
1 parent f06a2fd commit a493436

File tree

15 files changed

+514
-36
lines changed

15 files changed

+514
-36
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jike-cli [![npm](https://img.shields.io/npm/v/jike-cli.svg)](https://npmjs.com/package/jike-cli)
22

3-
[![Unit Test](https://github.com/sxzz/jike-cli/actions/workflows/unit-test.yml/badge.svg)](https://github.com/sxzz/jike-cli/actions/workflows/unit-test.yml)
3+
[![Unit Test](https://github.com/open-jike/jike-cli/actions/workflows/unit-test.yml/badge.svg)](https://github.com/open-jike/jike-cli/actions/workflows/unit-test.yml)
44

55
## Install
66

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,19 @@
1515
"access": "public"
1616
},
1717
"scripts": {
18+
"dev": "esno src/index.ts",
1819
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx",
1920
"lint:fix": "eslint . --fix --ext .vue,.js,.ts,.jsx,.tsx",
2021
"build": "tsup && esno scripts/postbuild.ts",
2122
"test": "vitest",
2223
"prepublishOnly": "pnpm run build"
2324
},
2425
"dependencies": {
25-
"jike-sdk": "^0.7.0"
26+
"@poppinss/cliui": "^3.0.1",
27+
"@vue-reactivity/fs": "^0.1.1",
28+
"commander": "^9.1.0",
29+
"enquirer": "^2.3.6",
30+
"jike-sdk": "^0.7.3"
2631
},
2732
"devDependencies": {
2833
"@sxzz/eslint-config-prettier": "^2.1.0",

0 commit comments

Comments
 (0)