文件名称:stringify-github-anchor:生成 GitHub 锚 URL(页内链接)
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-09 00:43:44
JavaScript
字符串化-github-anchor 生成 GitHub 锚 URL(页内链接)。 使用安装 npm i stringify-github-anchor --save 用法 var githubAnchorUrl = require ( 'stringify-github-anchor' ) ; githubAnchor ( { user : 'foo' , repo : 'bar' , file : 'index.js' } ) ; //=> 'https://github.com/foo/bar/blob/master/index.js' githubAnchor ( { user : 'foo' , repo : 'bar' , file : 'index.js' , branch : 'v1.0.0' } ) ; //=> 'https://github.com/foo/bar
【文件预览】:
stringify-github-anchor-master
----.jshintrc(281B)
----.gitattributes(127B)
----.verb.md(1KB)
----test.js(2KB)
----.travis.yml(89B)
----LICENSE(1KB)
----README.md(2KB)
----.editorconfig(424B)
----.gitignore(120B)
----index.js(838B)
----package.json(924B)