Go to file
walon 346febc8cb 【修复】修复json,xml,lua数据源未正确处理可空字段的bug 2021-07-01 14:58:56 +08:00
config 【更新】 更新readme 更新关于可空数据的介绍 2021-07-01 10:16:54 +08:00
docs 【更新】 更新readme 更新关于可空数据的介绍 2021-07-01 10:16:54 +08:00
src 【修复】修复json,xml,lua数据源未正确处理可空字段的bug 2021-07-01 14:58:56 +08:00
.gitattributes [init] add initial project files 2020-10-21 21:25:28 +08:00
.gitignore 【新增】新增Excel2TextDiff工具项目,用于将excel转换为text或者直接将两个excel文件转换为text后再diff 2021-06-19 16:22:10 +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 【修复】修复json,xml,lua数据源未正确处理可空字段的bug 2021-07-01 14:58:56 +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.