Lumber is an opensource tool to generate an admin microservice. It instantly provides all common admin tasks such as CRUD operations, simple chart rendering, user group management, and WYSIWYG interface editor. That’s what makes Lumber a quick and easy solution to get your admin interface started.
$ npm install -g lumber-cli
NOTICE:
- You may need to use
sudo
depending on your platform.
$ lumber generate
NOTICE:
- Your database credentials are safe. They are only stored in the Lumber generated microservice.
- You may need to use the option
--ssl
if your database uses a SSL connection. - You can specify the hostname and the port on which your admin will be running
by using the option
--hostname
and--port
.
Full demo video: https://www.youtube.com/watch?v=2cKSsBxrvR8
$ lumber [command]
generate
generate your admin microserviceuser
show your current logged userlogin
sign in to your accountlogout
sign out of your accountaction
create a new action button on your adminheroku-deploy
deploy your admin on production