文件名称:git-release-notes:从git commit历史记录生成发行说明页面
文件大小:116KB
文件格式:ZIP
更新时间:2024-05-22 13:56:25
JavaScript
发行说明
从git commit历史记录生成发行说明页面。
安装
最好通过在全球范围内安装它
npm install -g git-release-notes
也可以使用git-release-notes作为节点模块。 检查
用法
命令行的基本用法是
cd
【文件预览】:
git-release-notes-master
----.eslintrc.json(225B)
----.gitattributes(308B)
----index.test.js(2KB)
----lib()
--------file-system.js(3KB)
--------process.js(3KB)
--------git.js(4KB)
--------__tests__()
----.npmignore(12B)
----.travis.yml(61B)
----LICENSE(1KB)
----samples()
--------node_thumb.png(21KB)
--------node.png(26KB)
--------post-processing.js(887B)
--------output-markdown.md(2KB)
--------output-html-bootstrap.html(8KB)
--------output-html.html(5KB)
----README.md(7KB)
----index.d.ts(1011B)
----options.json(81B)
----.editorconfig(283B)
----templates()
--------html-bootstrap.ejs(3KB)
--------markdown.ejs(224B)
--------html.ejs(2KB)
----.gitignore(13B)
----index.js(1KB)
----cli.js(2KB)
----.eslintignore(32B)
----package-lock.json(189KB)
----package.json(2KB)