commit by magit in emacs@2022-05-26 14:22:31

This commit is contained in:
Aborn Jiang 2022-05-26 14:22:33 +08:00
parent b7825a9267
commit fb72de88a2
1 changed files with 8 additions and 0 deletions

View File

@ -89,3 +89,11 @@ screen mix eeb.deploy # C-a d
ls |grep "keyword"| while read f; do mv "$f" outdir; done
eslint --fix Home.js
eslint --fix --ext .js src/
# npm树结构
npm list
npm list --depth=[depth] # 深度
# 具体某个包的依赖
npm list [dependency]