Lumber generates the admin interface of your application. It is completely backend agnostic and use your SQL database schema to create a REST API that provides all common admin features such as CRUD, search & filters, analytics, user permissions as well as providing a user-friendly UI.
Lumber has been designed with scalibility in mind to fit requirements from small projects to fast-growing companies.
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 your Lumber generated admin.
Full demo video: https://www.youtube.com/watch?v=2cKSsBxrvR8
https://doc.forestadmin.com/developer-guide/lumber.html
$ lumber [command]
generate
generate your admin interface based on your database schemaupdate
update your models's definition according to your database schemauser
show your current logged userlogin
sign in to your Forest accountlogout
sign out of your Forest account