@ersinfotech/raml

raml console and editor combine together

Usage no npm install needed!

<script type="module">
  import ersinfotechRaml from 'https://cdn.skypack.dev/@ersinfotech/raml';
</script>

README

raml

fork of mrgamer/express-raml-store.

Is a raml system combined raml-console and raml-designer together.

It can use as a npm module that work as a express router.

It also can work as standalone.

It has a login function for ers internal use.

Usage

npm module

var raml = require('raml');
var app = express();
app.use('/raml', raml({
  path: __dirname + '/raml'
}));

standalone

$ cp config/default.js config/development.js
$ vi config/development.js
$ npm start

License

MIT