Server counterpart to mage-admin
npm install --save mage-module-adminlib/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.
MIT