jellyfishsolutions / lynx-users-administration

User administration module for the Lynx framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lynx-users-administration

Users administration module for the Lynx framework

Installation

npm install --save lynx-users-administration

Dependencies

You should install also an administration theme to correctly use this module. For example the Light Bootstrap Theme.

Usage

In your main app file:

import LightBootstrapAdminModule from "lynx-light-bootstrap-admin-theme";
import UsersAdminModule from "lynx-users-administration";
...

let myConfig = new ConfigBuilder(__dirname).build();

const app = new App(myConfig, [new LightBootstrapAdminModule(), new UsersAdminModule()]);
app.startServer(port);

About

User administration module for the Lynx framework

License:Apache License 2.0


Languages

Language:TypeScript 55.7%Language:Nunjucks 40.4%Language:JavaScript 3.2%Language:CSS 0.6%Language:Shell 0.1%