{"id":13517531,"url":"https://github.com/ForestAdmin/lumber","last_synced_at":"2025-03-31T08:31:47.654Z","repository":{"id":12884006,"uuid":"72077868","full_name":"ForestAdmin/lumber","owner":"ForestAdmin","description":"Install Forest Admin in minutes.","archived":true,"fork":false,"pushed_at":"2023-01-24T00:51:14.000Z","size":9530,"stargazers_count":2075,"open_issues_count":56,"forks_count":106,"subscribers_count":42,"default_branch":"main","last_synced_at":"2024-10-29T15:27:35.715Z","etag":null,"topics":["backend","framework","lumber","nodejs"],"latest_commit_sha":null,"homepage":"https://www.forestadmin.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ForestAdmin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2016-10-27T06:27:52.000Z","updated_at":"2024-07-15T19:58:39.000Z","dependencies_parsed_at":"2023-02-13T07:01:25.002Z","dependency_job_id":null,"html_url":"https://github.com/ForestAdmin/lumber","commit_stats":null,"previous_names":[],"tags_count":148,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForestAdmin%2Flumber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForestAdmin%2Flumber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForestAdmin%2Flumber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForestAdmin%2Flumber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ForestAdmin","download_url":"https://codeload.github.com/ForestAdmin/lumber/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246441633,"owners_count":20778069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","framework","lumber","nodejs"],"created_at":"2024-08-01T05:01:34.770Z","updated_at":"2025-03-31T08:31:44.142Z","avatar_url":"https://github.com/ForestAdmin.png","language":"JavaScript","readme":"# Lumber\n[![npm package](https://badge.fury.io/js/lumber-cli.svg)](https://badge.fury.io/js/lumber-cli)\n[![Build Status](https://github.com/ForestAdmin/lumber/workflows/Build,%20Test%20and%20Deploy/badge.svg?branch=main)](https://github.com/ForestAdmin/lumber/actions)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/eecf0efe8bd429975ae0/test_coverage)](https://codeclimate.com/github/ForestAdmin/lumber/test_coverage)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/ForestAdmin/lumber/blob/main/assets/logo-forestadmin.png?raw=true\" alt=\"Forest Admin logo\"\u003e\n\u003c/p\u003e\n\n\u003e ⚠️ Lumber is now deprecated. Please use [Forest CLI](https://github.com/ForestAdmin/toolbelt) instead. ⚠️\n\nLumber is the CLI tool used to install [Forest Admin](https://www.forestadmin.com), the Admin Panel framework.\nForest Admin has been designed with scalability in mind to fit requirements from small projects to mature companies.\n\n- [Getting started](#getting-started)\n- [How it works](#how-it-works)\n- [Documentation](#documentation)\n- [Features](#features)\n- [Commands](#commands)\n- [See it in action](https://app.forestadmin.com/23065?livedemo)\n- [Who Uses Forest Admin](#who-uses-forest-admin)\n- [Contribute](#contribute)\n- [Community](#community)\n\n## Getting started\n\nGet your admin panel running in minutes by installing Forest Admin:\n[https://app.forestadmin.com/signup](https://app.forestadmin.com/signup)\n\n## How it works\n\n\u003cp align=\"center\" style=\"margin: 60px 0\"\u003e\n  \u003cimg width=\"100%\" src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/howitworks.png\" alt=\"Howitworks\"\u003e\n\u003c/p\u003e\n\nForest Admin consists of two components:\n- The Admin Frontend is the user interface where you'll manage your data and configuration.\n- The Admin Backend API hosted on your servers where you can find and extend your data models and all the business logic (routes, actions, …) related to your admin panel.\n\n## Documentation\n[https://docs.forestadmin.com/documentation/](https://docs.forestadmin.com/documentation/)\n\n## Features\n\n### CRUD\n\nAll of your CRUD operations are natively supported. The API automatically\nsupports your data models' validation and allows you to easily extend or\noverride any API routes' with your very own custom logic.\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/crud.jpeg\" alt=\"CRUD\"\u003e\n\n### Search \u0026 Filters\n\nForest Admin has a built-in search allowing you to run basic queries to\nretrieve your application's data. Set advanced filters based on fields and\nrelationships to handle complex search use cases.\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/search+filters.jpeg\" alt=\"Search and Filters\"\u003e\n\n### Sorting \u0026 Pagination\n\nSorting and pagination features are natively handled by the Admin API. We're\ncontinuously optimizing how queries are run in order to display results faster\nand reduce the load of your servers.\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/sorting+pagination.jpeg\" alt=\"Sorting and Pagination\"\u003e\n\n### Custom action\n\nA custom action is a button which allows you to trigger an API call to execute\na custom logic. With virtually no limitations, you can extend the way you\nmanipulate data and trigger actions (e.g. refund a customer, apply a coupon,\nban a user, etc.)\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/custom+actions.jpeg\" alt=\"Sorting and Pagination\"\u003e\n\n### Export\n\nSometimes you need to export your data to a good old fashioned CSV. Yes, we\nknow this can come in handy sometimes :-)\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/exports.jpeg\" alt=\"Export\"\u003e\n\n### Segments\n\nGet in app access to a subset of your application data by doing a basic search\nor typing an SQL query or implementing an API route.\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/segments.jpeg\" alt=\"Segments\"\u003e\n\n### Dashboards\n\nForest Admin is able to tap into your actual data to chart out your metrics\nusing a simple UI panel, a SQL query or a custom API call.\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/dashboards.jpeg\" alt=\"Dashboard\"\u003e\n\n### WYSIWYG\n\nThe WYSIWYG interface saves you a tremendous amount of frontend development\ntime using drag'n'drop as well as advanced widgets to build customizable views.\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/wysiwyg.jpeg\" alt=\"WYSIWYG\"\u003e\n\n### Custom HTML/JS/CSS\n\nCode your own views using JS, HTML, and CSS to display your application data in\na more appropriate way (e.g. Kanban, Map, Calendar, Gallery, etc.).\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/smart+views.jpeg\" alt=\"Custom views\"\u003e\n\n### Team-based permissions\n\nWithout any lines of code, manage directly from the UI who has access or can\nact on which data using a team-based permission system.\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/teams.jpeg\" alt=\"Team based permissions\"\u003e\n\n### Third-party integrations\n\nLeverage data from third-party services by reconciling it with your\napplication’s data and providing it directly to your Admin Panel. All your\nactions can be performed at the same place, bringing additional intelligence to\nyour Admin Panel and ensuring consistency.\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/integrations.jpeg\" alt=\"Third-party integrations\"\u003e\n\n### Notes \u0026 Comments\n\nAssign your teammates to specific tasks, leave a note or simply comment a\nrecord, thereby simplifying collaboration all across your organization.\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/notes+comments.jpeg\" alt=\"Notes and Comments\"\u003e\n\n### Activity logs\n\nMonitor each action executed and follow the trail of modification on any data\nwith an extensive activity log system.\n\n\u003cimg src=\"https://forest-assets.s3.amazonaws.com/Github+README+assets/activity+logs.jpeg\" alt=\"Activity logs\"\u003e\n\n## Commands\n\n`$ lumber [command]`\n\n- `generate \u003cappName\u003e`      generate a backend application with an ORM/ODM configured.\n- `login`                   log into Forest Admin API.\n- `logout`                  log out from Forest Admin API.\n- `help [cmd]`              display help for [cmd]\n\n## Who Uses Forest Admin\n- [Apartmentlist](https://www.apartmentlist.com)\n- [Carbon Health](https://carbonhealth.com)\n- [Ebanx](https://www.ebanx.com)\n- [First circle](https://www.firstcircle.ph)\n- [Forest Admin](https://www.forestadmin.com) of course :-)\n- [Heetch](https://www.heetch.com)\n- [Lunchr](https://www.lunchr.co)\n- [Pillow](https://www.pillow.com)\n- [Qonto](https://www.qonto.com)\n- [Raspberry PI](https://www.raspberrypi.org/)\n- [Shadow](https://shadow.tech)\n- And hundreds more…\n\n## Contribute\n\nTo publish the docker image:\n```sh\ndocker build -t forestadmin/lumber .\ndocker login\ndocker push forestadmin/lumber\n```\n\n## Community\n\n👇 Join our Developers community for support and more\n\n[![Discourse developers community](https://img.shields.io/discourse/posts?label=discourse\u0026server=https%3A%2F%2Fcommunity.forestadmin.com)](https://community.forestadmin.com)\n","funding_links":[],"categories":["JavaScript","Miscellaneous"],"sub_categories":["Public REST APIs To Use In Tests"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FForestAdmin%2Flumber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FForestAdmin%2Flumber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FForestAdmin%2Flumber/lists"}