Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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 Bresson

Asciidoctorj 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 touch

Use 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[]
== License

link:{license}[{license-name}]
//end::license-section[]