Skip to content
/ as-enum Public

An enumeration management tool built using TypeScript.

License

Notifications You must be signed in to change notification settings

astfn/as-enum

Repository files navigation

English README

What

as-enum 是一个简单的枚举管理工具,能够让前端开发者更加方便的维护枚举信息。

特性

  • ☕ 支持快速生成 ui 库 Select 组件的 options 数据源
    • 默认生成的 options 属性名以 antd 为准(支持配置属性别名)
  • ⚙️ 支持为各项枚举添加自定义的附加信息
  • 😄 支持快速获取枚举的 keyvaluelabel 等相关信息。
  • ✨ 支持任意类型枚举值,不仅仅局限于字符串、数字枚举
  • 🎉 在 ts 项目中, 有良好的类型提示

-> 了解更多内容,请前往文档

About

An enumeration management tool built using TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published