https://github.com/jmini/lorem-lib
Example project to perform some tests
https://github.com/jmini/lorem-lib
Last synced: 11 months ago
JSON representation
Example project to perform some tests
- Host: GitHub
- URL: https://github.com/jmini/lorem-lib
- Owner: jmini
- License: epl-2.0
- Created: 2020-12-22T06:25:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T04:01:43.000Z (almost 4 years ago)
- Last Synced: 2025-06-19T16:46:23.688Z (12 months ago)
- Language: Java
- Homepage: https://jmini.github.io/lorem-lib/
- Size: 132 KB
- Stars: 0
- Watchers: 1
- 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: lorem-lib
:project-name: Lorem lib
: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}
Jeremie Bresson
Example library to test updates
//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 this project.
//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[]