raml2code-js-client-mulesoft

0.0.4 • Public • Published

raml2code-js-client-mulesoft

Build Status

This generator create javascript client from a RAML file, based in raml-client-generatorfrom mulesoft.

To try

  1. Install gulp
 npm install -G gulp
  1. install the generators you needed
 npm install --save-dev raml2code
 npm install --save-dev raml2code-js-client-mulesoft
  1. configure the gulpfile.js
var gulp = require('gulp');
var raml2code = require('raml2code');
var genJS = require("raml2code-js-client-mulesoft");
 
gulp.task("genJS", function(){
  gulp.src('./test/cats.raml')  
    .pipe(raml2code({generator: genJS, extra: {}}))
    .pipe(gulp.dest('build'));
});
  1. Run the generator
  gulp genJS

This is part of the raml2code project.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i raml2code-js-client-mulesoft

Weekly Downloads

0

Version

0.0.4

License

ISC

Last publish

Collaborators

  • atomsfat