主要参考GitBook 简明教程,作者:chengwei git 地址

安装与使用

安装

安装现在使用命令 Run "npm uninstall -g gitbook" then "npm install -g gitbook-cli"

在目前的 npm 版本中 (node 14) 执行 npm install -g gitbook-cli 会报错,切换到低版本可以正常运行。

发布

gitbook build

预览(默认 4000,-p 可指新端口)

gitbook serve

统计提交记录和提交代码行数

git log --author=yourname --since="2017-08-01" --no-merges | grep -e 'commit [a-zA-Z0-9]*' | wc -l

git log --author="username" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }'

results matching ""

    No results matching ""