https://github.com/ops4j/org.ops4j.ramler
RAML 1.0 Code Generator
https://github.com/ops4j/org.ops4j.ramler
Last synced: about 1 year ago
JSON representation
RAML 1.0 Code Generator
- Host: GitHub
- URL: https://github.com/ops4j/org.ops4j.ramler
- Owner: ops4j
- License: apache-2.0
- Created: 2016-07-17T17:19:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:44:03.000Z (over 3 years ago)
- Last Synced: 2024-04-16T07:52:08.748Z (about 2 years ago)
- Language: Java
- Size: 2.19 MB
- Stars: 9
- Watchers: 48
- Forks: 2
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OPS4J Ramler
Thanks for looking into OPS4J Ramler, a code and documentation generator for the
RESTful API Modeling Language (RAML).
## Documentation
* [User Manual](http://ops4j.github.io/ramler/latest/)
## Contributing
In OPS4J, everyone is invited to contribute. We don't require any paperwork or community reputation.
All we ask you is to move carefully and to clean up after yourself:
* Describe your problem or enhancement request before submitting a solution.
* Submit a JIRA issue before creating a pull request. This is required for the release notes.
* For discussions, the mailing list is more suitable than JIRA.
* Any bugfix or new feature must be covered by regression tests.
* Respect the coding style and formatting conventions of existing sources. There is an Eclipse
formatter in .
## Build
You'll need a machine with Java 8+ and Apache Maven 3.3.1+ installed.
Checkout:
git clone git://github.com/ops4j/org.ops4j.ramler.git
cd org.ops4j.ramler
Run Build:
mvn clean install
## Releases
Releases go to Maven Central.
## Issue Tracking
* JIRA project [RAMLER](http://team.ops4j.org/browse/RAMLER)
## Mailing List
There is a Google Groups list for all OPS4J projects: `ops4j@googlegroups.com`.
## Continuous Integration Builds
We have a continuous integration build set up here:
*
Snapshot artifacts are being published to:
*
The OPS4J Team.