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]
generategenerate your admin interface based on your database schemaupdateupdate your models's definition according to your database schemausershow your current logged userloginsign in to your Forest accountlogoutsign out of your Forest account

