raml-editor

A browser-based RAML Editor for creating RAML 0.8 or 1.0 API specifications.

This repository contains an implementation of MuleSoft’s api-designer using the local filesystem. It is a fork of sichvoge/api-designer-fs with some refactoring and enhancements.

Installation

Install from NPM.

npm -g install @jsware/raml-editor

Usage

Usage: raml-editor [options] <location>

Opens the RAML Editor using the local filesystem <location> folder.

Options:
  -V, --version         output the version number
  -p, --port <integer>  listen on the specified port (default: 0)
  -h, --help            output usage information