@ersinfotech/raml

1.2.0 • Public • Published

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

/@ersinfotech/raml/

    Package Sidebar

    Install

    npm i @ersinfotech/raml

    Weekly Downloads

    0

    Version

    1.2.0

    License

    MIT

    Last publish

    Collaborators

    • ersinfotech