Skip to content

dev-helper是一个基于PHP开发的开发工具集合,为了提高开发效率,让开发更快乐!包含一下功能创建插件、生成领域UML类图、model ER 图、目录树、数据可视化、kecak256加密、自动生成文档等。

License

Notifications You must be signed in to change notification settings

polynds/dev-helper

Repository files navigation

dev-helper

开发的好助手

安装使用
拉取代码
git clone https://github.com/polynds/dev-helper.git
进入目录
cd dev-helper
安装依赖
composer install
composer install/update --ignore-platform-reqs
执行权限
chmod +x dh
启动命令行
./dh
贡献插件
自动化创建插件
./dh createPlugin
手动创建插件
  • 在src/Plugin下新增插件文件夹
  • composer init
  • 使用Lib类库提供的功能实现插件
  • composer.json中require下新增"devhelper-plugin/plantuml": "dev-main"
由 JetBrains 赞助

非常感谢 Jetbrains 为我提供的 IDE 开源许可,让我完成此项目和其他开源项目上的开发工作。

About

dev-helper是一个基于PHP开发的开发工具集合,为了提高开发效率,让开发更快乐!包含一下功能创建插件、生成领域UML类图、model ER 图、目录树、数据可视化、kecak256加密、自动生成文档等。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published