Skip to content

Repository files navigation

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'classAdminModuleextendsAbstractAdminModule{}exportdefaultnewAdminModule()

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

About

Server counterpart to https://github.com/mage/mage-admin

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages