Skip to content

cc0cc0cc0/json-to-any-web

 
 

Repository files navigation

🌐 Language

English / 中文

💡 Introduction

⚡️JsonToAny is an online code generation tool for front-end developers, which automatically generates the specified code through the JSON / Object given by the developer to improve the overall development efficiency of the team upfront.

✨ Function

The following language conversions are currently supported

  • TypeScript(Web front-end developer)
  • Java(Native Android Developer)
  • Dart(Flutter Developer)

📝 Use

Online Address:https://github.com/xietiansheng/json-to-any-webGitHub / Gitee

you can also Fork the project to customize the code generation results and freely manipulate the generated results.

🎉 Effect

JSON to TypeScript

JSON to Java

JSON to Dart

🔨 Development

# github
git clone https://github.com/xietiansheng/json-to-any-web.git
# gitee
git clone https://gitee.com/XieTS/json-to-any-web.git

# 安装依赖(推荐pnpm)
npm install

# 启动服务
npm run dev

🔧 Release

npm run build:prod

🔍️ Other

# Preview Release Environment
npm run preview

# Code format check
npm run lint

# Code format check and automatic repair
npm run lint -- --fix

About

json-to-any-web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 47.3%
  • Vue 40.1%
  • JavaScript 7.3%
  • HTML 3.4%
  • SCSS 1.3%
  • Shell 0.6%