Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmini/asciidoctorj-git-link
Asciidoctorj extension to create a link "Edit on GitHub"
https://github.com/jmini/asciidoctorj-git-link
Last synced: 13 days ago
JSON representation
Asciidoctorj extension to create a link "Edit on GitHub"
- Host: GitHub
- URL: https://github.com/jmini/asciidoctorj-git-link
- Owner: jmini
- License: epl-1.0
- Created: 2016-02-23T21:04:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T06:13:08.000Z (about 2 years ago)
- Last Synced: 2024-10-06T03:03:07.124Z (about 1 month ago)
- Language: Java
- Size: 336 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: asciidoctorj-git-link
:project-name: git-link:[]
:branch: master
:twitter-handle: j2r2b
:license: http://www.eclipse.org/legal/epl-v10.html
:license-name: Eclipse Public License - v 1.0
:oomph-file: AsciidoctorjGitLink.setup
:src-folder-name: src:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
:setup: https://raw.githubusercontent.com/{git-repository}/{branch}/{oomph-file}
:src-folder-url: https://github.com/{git-repository}/tree/{branch}/{src-folder-name}
//end::vardef[]//tag::header[]
= git-link:[]
Jeremie BressonAsciidoctorj extension to create links to view or edit files on a git server (like github.com).
//end::header[]image:https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}.svg?style=svg["CircleCI", link="https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}"]
== Project Homepage
Visit the link:{homepage}[project home page] to know more about:
* usage of the extension
* how to checkout and build the source code
* ...//tag::contact-section[]
== Get in touchUse the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]//tag::license-section[]
== Licenselink:{license}[{license-name}]
//end::license-section[]