maidang 29.4.7 → 29.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -28
- package/dist/index.js +1113 -19
- package/dist/index.js.map +4 -4
- package/package.json +10 -19
package/README.md
CHANGED
|
@@ -1,36 +1,26 @@
|
|
|
1
|
-
# maidang
|
|
1
|
+
# maidang
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**npx maidang** 或者 **npm i -g maidang** 安装。
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
这是 麦当 的个人手册——不是简历,不是 GitHub README,是一个真实的人在互联网上的另一个入口。
|
|
6
6
|
|
|
7
|
-
```bash
|
|
8
|
-
npm i -g maidang
|
|
9
7
|
```
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
maidang
|
|
15
|
-
maidang career
|
|
16
|
-
maidang cat
|
|
17
|
-
maidang meow
|
|
18
|
-
maidang birthday
|
|
8
|
+
我是 麦当
|
|
9
|
+
文科转码 / 全栈 / 独立开发。杭州,燕麦拿铁爱好者,举铁,飞盘,偶尔弹琴。
|
|
19
10
|
```
|
|
20
11
|
|
|
21
|
-
##
|
|
22
|
-
|
|
23
|
-
- `maidang`:展示主页信息
|
|
24
|
-
- `maidang career`:展示职业经历
|
|
25
|
-
- `maidang cat`:展示麦麦图片
|
|
26
|
-
- `maidang meow`:`cat` 的别名
|
|
27
|
-
- `maidang birthday`:展示生日信息与版本信息
|
|
12
|
+
## 命令
|
|
28
13
|
|
|
29
|
-
## 本地开发
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
pnpm install
|
|
33
|
-
pnpm build
|
|
34
|
-
pnpm test
|
|
35
|
-
npm link
|
|
36
14
|
```
|
|
15
|
+
maidang whoami 了解我
|
|
16
|
+
maidang skills 技能 & 兴趣
|
|
17
|
+
maidang career 工作
|
|
18
|
+
maidang posts 推文
|
|
19
|
+
maidang links 链接
|
|
20
|
+
maidang projects 项目
|
|
21
|
+
maidang cat|meow 麦麦
|
|
22
|
+
maidang status 当前状态
|
|
23
|
+
maidang contact 联系方式
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
所有命令支持 **--json** 输出,结构化数据,方便程序读取。
|