1.2.0 • Published 9 years ago

@ersinfotech/raml v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

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