Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

raml-parser-java-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raml-parser-java-interfaces

> This repository contains generator of java interfaces for RAML parser.

  • 0.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

RAML Definition System

This repository contains generator of java interfaces for RAML parser.

IMPORTANT: This is still in development and should be considered alpha.

Installation

From NPM

npm install java-raml-parser-interfaces --save

From Sources

typings install
npm install
tsc

Generate

Make sure you executed all necessary installation steps before you try to generate anything. The result files can be found inside the ./java subfolder ending with .json.

RC2 Interfaces

Generating RC2 interfaces requires develop branch of https://github.com/raml-org/raml-definition-system to be linked as raml-definition-system dependency.

node dist/generateSpecInterfaces.js

You may also specify the -dstPath parameter in order to override default ./java destination path.

RAML version support

Currently, the definition system provides interfaces for RAML 0.8 and 1.0 RC1 version.

License

Apache License 2.0

Keywords

FAQs

Package last updated on 14 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc