Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 961 Bytes

README.md

File metadata and controls

36 lines (17 loc) · 961 Bytes

api-designer-repository

An open-source local/remote repository library for the RAML API-Designer tool written in Node.js

Motivation

Proabably you found RAML standard very nice and useful, but the api-designer project provided by mulesoft does not allow to save files in the local filesystem and you want to version them on github. This project allows you to install the api-designer into your system as npm package and save the RAML files in your hard drive.

Install

npm install AlejoFernandez/api-designer-repository -g

Usage

cd to your working directory where you want to create/edit your RAML files and run:

api-designer

the designer page will open on your default browser.

To do's

  • Finish the directory support
  • Publish npm package

References

RAML

api-designer