Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 853 Bytes

README.md

File metadata and controls

53 lines (30 loc) · 853 Bytes

ruo Build Status

Yet Another RESTful API framework

Installation

npm install --save ruo

Usage

const ruo = require('ruo');

async function main() {
  const app = await ruo.createApplicationAsync()

  app.use(ruo.getRestMiddleware())

  app.listen(8088)
}

Development

Lint

npm run lint

Test

npm test

Or

npm t

Run particular test

npm t -- -g 'some description'

Commit

git cz

Credit

Authors