An open-source local/remote repository library for the RAML API-Designer tool written in Node.js
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.
npm install AlejoFernandez/api-designer-repository -g
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.
- Finish the directory support
- Publish npm package