lumber

Lumber 是用来安装 Forest Admin(管理面板框架)的 CLI 工具。「Lumber is the CLI tool used to install Forest Admin, the Admin Panel framework.」

Github星跟蹤圖

Lumber

npm package
Build Status
Coverage

Lumber is the CLI tool used to install Forest Admin, the Admin Panel framework.
Forest Admin has been designed with scalability in mind to fit requirements from small projects to mature companies.

Getting started

Get your admin panel running in minutes by installing Forest Admin:
https://app.forestadmin.com/signup

How it works

Forest Admin consists of two components:

  • The Admin Frontend is the user interface where you'll manage your data and configuration.
  • 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.

Documentation

https://docs.forestadmin.com/documentation/

Features

CRUD

All of your CRUD operations are natively supported. The API automatically
supports your data models' validation and allows you to easily extend or
override any API routes' with your very own custom logic.

Search & Filters

Forest Admin has a built-in search allowing you to run basic queries to
retrieve your application's data. Set advanced filters based on fields and
relationships to handle complex search use cases.

Sorting & Pagination

Sorting and pagination features are natively handled by the Admin API. We're
continuously optimizing how queries are run in order to display results faster
and reduce the load of your servers.

Smart action

A smart action is a button which allows you to trigger an API call to execute
a custom logic. With virtually no limitations, you can extend the way you
manipulate data and trigger actions (e.g. refund a customer, apply a coupon,
ban a user, etc.)

Export

Sometimes you need to export your data to a good old fashioned CSV. Yes, we
know this can come in handy sometimes :-)

Segments

Get in app access to a subset of your application data by doing a basic search
or typing an SQL query or implementing an API route.

Dashboards

Forest Admin is able to tap into your actual data to chart out your metrics
using a simple UI panel, a SQL query or a custom API call.

WYSIWYG

The WYSIWYG interface saves you a tremendous amount of frontend development
time using drag'n'drop as well as advanced widgets to build customizable views.

Custom HTML/JS/CSS

Code your own views using JS, HTML, and CSS to display your application data in
a more appropriate way (e.g. Kanban, Map, Calendar, Gallery, etc.).

Team-based permissions

Without any lines of code, manage directly from the UI who has access or can
act on which data using a team-based permission system.

Third-party integrations

Leverage data from third-party services by reconciling it with your
application’s data and providing it directly to your Admin Panel. All your
actions can be performed at the same place, bringing additional intelligence to
your Admin Panel and ensuring consistency.

Notes & Comments

Assign your teammates to specific tasks, leave a note or simply comment a
record, thereby simplifying collaboration all across your organization.

Activity logs

Monitor each action executed and follow the trail of modification on any data
with an extensive activity log system.

Commands

$ lumber [command]

  • generate <appName> generate a backend application with an ORM/ODM configured.
  • login log into Forest Admin API.
  • logout log out from Forest Admin API.
  • help [cmd] display help for [cmd]

Who Uses Forest Admin

Contribute

To publish the docker image:

docker build -t forestadmin/lumber .
docker login
docker push forestadmin/lumber

Community

? Join our Slack community of +1000 developers

Slack Status

主要指標

概覽
名稱與所有者ForestAdmin/lumber
主編程語言JavaScript
編程語言JavaScript (語言數: 4)
平台Docker, Linux, Mac, Windows
許可證MIT License
所有者活动
創建於2016-10-27 06:27:52
推送於2023-01-24 00:51:14
最后一次提交
發布數148
最新版本名稱v4.2.0 (發布於 )
第一版名稱v1.0.1 (發布於 )
用户参与
星數2.1k
關注者數41
派生數106
提交數744
已啟用問題?
問題數224
打開的問題數30
拉請求數291
打開的拉請求數26
關閉的拉請求數65
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?