Giter VIP home page Giter VIP logo

enum-maker's Introduction

enum-maker


单纯使用枚举和字典的场景不应该绑定太多依赖, 所以从 sandfish 中抽出 enum-maker

Install

npm install enum-maker
## or
yarn add enum-maker
## or 
pnpm install enum-maker

Usage

我们认为用数字命名枚举是不合法且毫无可读性可言的行为,会使系统陷入迭代维护困境。插件会自动为你过滤用数字命名的枚举

const { generateEnums } = require('enum-maker');

generateEnums({
  // 字典数据
  enums: yourEnumsData,
  outputPath: output,
  // 格式化字典格式
  formatterFn: (enumsItem) => {
    // do something
    return {
      label: someLabel,
      value: someValue,
    };
  },
  // 权限
  permissionKey: 'permissionKey'
});

enum-maker's People

Contributors

divedylan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

shanzhangf123

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.