package.json 各字段的作用

package.json 各字段的作用

package.json 文件可以使你的 npm 包对于其他人来说更容易管理和下载。发布 npm 包也是必须要有该文件的。

阅读更多
git-pull-default

git-pull-default

问题背景

当使用 git 版本为 2.27.0 以上时,使用git pull命令出现以下的警告:

1
2
3
4
5
6
7
8
9
10
11
12
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint:
hint: git config pull.rebase false # merge (the default strategy)
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
hint:
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
阅读更多
ssh-key

ssh-key

本文将介绍的是如何在 mac 上上配置 SSH Key 中的 private key。

阅读更多
Charles 手机抓包设置
oh-my-zsh

oh-my-zsh

本文将介绍一款顺手的shell —— zsh

主要介绍的是 oh my zsh

阅读更多
在 nodejs 中使用ES6
remote Support for password authentication was removed on August 13, 2021
pm2 进程间通信
apiDoc 教程

apiDoc 教程

apiDoc - 超简单的文档生成器,本文将讲述如何使用它。

阅读更多
koa 静态资源处理