https://github.com/jmini/tmp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmini/tmp
- Owner: jmini
- License: epl-2.0
- Created: 2020-08-11T05:48:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T16:09:22.000Z (almost 5 years ago)
- Last Synced: 2024-10-06T03:03:36.838Z (8 months ago)
- Language: Java
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: tmp
:project-name: TMP
:branch: master
:twitter-handle: j2r2b
:license: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
:license-name: Eclipse Public License - v 2.0: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
//end::vardef[]//tag::header[]
= {project-name}
:author: Jeremie Bresson
:revnumber: {project-version}Test project
//end::header[]== Get in touch
Use the link:{issues}[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[]
== LicenseCode is under link:{license}[{license-name}].
Documentation and slides are under the link:https://creativecommons.org/licenses/by-sa/4.0/[Creative Commons BY-SA 4.0]
//end::license-section[]