revane
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

revane

Build Status Coverage Status Greenkeeper badge NPM version

Framework for building web applications with dependency injection without boilerplate code.

Example

const { revane } = require('revane')
 
revane()
  .basePackage(__dirname)
  .componentScan('./app')
  .register('userController')
  .initialize()

Documentation

License

MIT

Package Sidebar

Install

npm i revane

Weekly Downloads

0

Version

2.0.2

License

MIT

Unpacked Size

16.6 kB

Total Files

13

Last publish

Collaborators

  • serayaeryn