Go to file
walon 1d6698fac7 【特性】excel、lua、xml、json 支持标签过滤
【调整】datetime 类型数据不再在创建时确定utc时间,改为导出时根据时区再确定(跟text的方式保持一致,即所有原始数据加载时保持不变,只有导出时才做转换)
2021-06-19 11:51:52 +08:00
config 【特性】excel、lua、xml、json 支持标签过滤 2021-06-19 11:51:52 +08:00
docs 【新增】 完善ReadMe,补充 分组导出,数据标签,path引用,range检查 相关文档,同时优化一些图片。 2021-06-11 20:30:07 +08:00
src 【特性】excel、lua、xml、json 支持标签过滤 2021-06-19 11:51:52 +08:00
.gitattributes [init] add initial project files 2020-10-21 21:25:28 +08:00
.gitignore 【特性】excel、lua、xml、json 支持标签过滤 2021-06-19 11:51:52 +08:00
.travis.yml 【修复】.travis 配置中 dotnet 由 3.1 升级到 5.0,解决工程升级到5.0后build失败的问题 2020-11-29 17:46:14 +08:00
LICENSE Initial commit 2020-10-21 20:42:42 +08:00
README.en-us.md modify README 2020-10-21 21:51:57 +08:00
README.md 【优化】美化生成的c#和typescript 配置加载代码。对齐,去掉不必要的';'号和空格 2021-06-18 11:19:31 +08:00

README.en-us.md

Luban

What is Luban

  • Aim

    • Less time for trival & repeated work, more time with creativity & leisure .
  • Philosophy

    • Simpler, Faster
  • Home Page

  • Read this in other languages: English, 简体中文

Features

  • multi data source (json, excel, folder)
  • data type system supported
    • polymorphism
    • rich embeded type
    • user defined type
  • client/server structure & export faster
  • shared cache
  • customizable validataor
  • customizable export format
  • easy to extend with new feature
  • enhanced support with excel
    • dual key
    • horizontal list
  • shared cache for export time optimization
  • sophisticated/polished source available
  • localization & region support

How to set self hosted server up

  • Windows

    • run xxx.bat
  • Docker

    • run xxx.bat/xxx.sh
  • Other

    • any .Net core environment

How to set development up

  • VS2019 commuity

How can I contribute?

We welcome contributions! Many people all over the world have helped make this project better.

License

Luban is licensed under the MIT license.