Skip to content

onion878/GenerateTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenerateTool

screen

A tool for customizing templates and generating code.
Can run on linux, windows, mac platforms.
For example, in Java microservices, when we write a method or basic class, we may modify multiple files, but the method or class only differs in the business processing layer. If the others are the same, it can be created by this tool and can be created to a certain extent. Ensure that the code is uniform and standardized.

Documentation

# 下载源码
git clone https://github.com/onion878/GenerateTool.git
# 安装build工具
npm install --global windows-build-tools
# 进入项目
cd GenerateTool 
# 安装sqlite3依赖
npm install sqlite3 --build-from-source --runtime=electron --target=7.1.2 --dist-url=https://atom.io/download/electron
# 安装依赖
npm install
# 启动项目
npm start
# 构建win平台exe运行程序
npm run dist

Download

Use package

License

CC0 1.0 (Public Domain)