0.0.1 • Published 5 years ago

mage-module-admin v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

mage-module-admin

Server counterpart to mage-admin

Installation

npm install --save mage-module-admin

Usage

Module creation

lib/modules/admin/index.ts

import {
  AbstractAdminModule
} from 'mage-module-admin'

class AdminModule extends AbstractAdminModule {
}

export default new AdminModule()

This will automatically create login, logout and registration user commands; simply overload those methods on the module if you wish to customize the behaviour.

License

MIT