diff --git a/README.md b/README.md index 91539e2ee1d76953652d800413f5f5b90cda20c3..ab7f51f8c4207adaa2b2287f019ec2fac0b0bb91 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,151 @@ -# Manage Maven - -- 打包 - - -F - - 创建一个单文件可执行文件 - - -w - - 不提供控制台窗口 - - -i - - FILE.ico - - 将图标应用于Windows可执行文件 - - FILE.exe - - 从exe中提取图标 - - FILE.icns - - 将该图标应用于 Mac 上的应用程序包 - - -n - - 打包文件名 - - ```shell - pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple - pip install PyInstaller - pip install BeautifulSoup4 - # 获取软件版本相关文件 - pyi-grab_version python.exe file_version.txt - # 修改上述文件 file_version.txt,然后进行打包 - PyInstaller -F -w -i static/favicon.ico manage_maven.py --version-file file_version.py -n manage_maven-v0.0.4.0.exe - ``` +
+

manage-maven

+

管理 Maven 仓库

+ + License-Anti + + + Link-996 + + + QQ群 + +
+ +

+ +
+ + 企业微信群 + +
+ +

+ +
+ 基于 Python 用于将本地 Maven 仓库上传/下载 nexus 仓库(支持 oss.sonatype.org) +
+ +

+ +
+ 为简化开发工作、提高生产率、解决常见问题而生 +
+ +

+ +
+ + + bilibili 粉丝 + + + + CSDN 码龄 + + + + CSDN 粉丝 + + + + CSDN 访问 + + + + CSDN 博客 + + + + GitHub stars + + + + GitHub forks + + + + GitHub watchers + + + + GitHub last commit + + + + 码云Gitee stars + + + + 码云Gitee forks + + + + Gitlab stars + + + + Gitlab forks + + + + total lines + + + + Docker Image Version (latest semver) + + + + code style + +
+ +# 打包 + +- -F + - 创建一个单文件可执行文件 +- -w + - 不提供控制台窗口 +- -i + - FILE.ico + - 将图标应用于Windows可执行文件 + - FILE.exe + - 从exe中提取图标 + - FILE.icns + - 将该图标应用于 Mac 上的应用程序包 +- -n + - 打包文件名 + +```shell +pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple +pip install PyInstaller +pip install BeautifulSoup4 +# 获取软件版本相关文件 +pyi-grab_version python.exe file_version.txt +# 修改上述文件 file_version.txt,然后进行打包 +PyInstaller -F -w -i static/favicon.ico manage_maven.py --version-file file_version.py -n manage_maven-v0.0.4.0.exe +``` + +## 批量添加远端仓库地址 + +
+点击展开 +git remote add gitee https://gitee.com/xuxiaowei-com-cn/manage-maven.git + +git remote add gitlab https://gitlab.com/xuxiaowei-com-cn/manage-maven.git + +git remote add jihulab https://jihulab.com/xuxiaowei-com-cn/manage-maven.git + +git remote add github https://github.com/xuxiaowei-com-cn/manage-maven.git + +git remote add gitcode https://gitcode.net/xuxiaowei-com-cn/manage-maven.git + +git remote add gitlink https://gitlink.org.cn/xuxiaowei-com-cn/manage-maven.git +
+ +## [GitLab 流水线](https://gitlab.com/xuxiaowei-com-cn/manage-maven/-/pipelines) + +## Stargazers over time + +[![Stargazers over time](https://starchart.cc/xuxiaowei-com-cn/manage-maven.svg)](https://starchart.cc/xuxiaowei-com-cn/manage-maven) diff --git a/gitmoji.md b/gitmoji.md new file mode 100644 index 0000000000000000000000000000000000000000..366c37327e48cb8713e75a9da67f3c7fce4c5bd6 --- /dev/null +++ b/gitmoji.md @@ -0,0 +1,73 @@ +# [gitmoji](https://gitmoji.dev) + +- 🎨:art:改进代码的结构/格式。 +- ⚡:zap:提高性能。 +- 🔥:fire:删除代码或文件。 +- 🐛:bug:修复一个错误。 +- 🚑️:ambulance:关键修补程序。 +- ✨:sparkles:引入新功能。 +- 📝:memo:添加或更新文档。 +- 🚀:rocket:部署东西。 +- 💄:lipstick:添加或更新 UI 和样式文件。 +- 🎉:tada:开始一个项目。 +- ✅:white_check_mark:添加、更新或通过测试。 +- 🔒️:lock:修复安全问题。 +- 🔐:closed_lock_with_key:添加或更新机密。 +- 🔖:bookmark:发布/版本标签。 +- 🚨:rotating_light:修复编译器/linter 警告。 +- 🚧:construction:工作正在进行中。 +- 💚:green_heart:修复 CI 构建。 +- ⬇️:arrow_down:降级依赖。 +- ⬆️:arrow_up:升级依赖项。 +- 📌:pushpin:将依赖项固定到特定版本。 +- 👷:construction_worker:添加或更新 CI 构建系统。 +- 📈:chart_with_upwards_trend:添加或更新分析或跟踪代码。 +- ♻️:recycle:重构代码。 +- ➕:heavy_plus_sign:添加依赖项。 +- ➖:heavy_minus_sign:删除依赖项。 +- 🔧:wrench:添加或更新配置文件。 +- 🔨:hammer:添加或更新开发脚本。 +- 🌐:globe_with_meridians:国际化和本地化。 +- ✏️:pencil2:修正错别字。 +- 💩:poop:编写需要改进的糟糕代码。 +- ⏪️:rewind:还原更改。 +- 🔀:twisted_rightwards_arrows:合并分支。 +- 📦️:package:添加或更新已编译的文件或包。 +- 👽️:alien:由于外部 API 更改而更新代码。 +- 🚚:truck:移动或重命名资源(例如:文件、路径、路由)。 +- 📄:page_facing_up:添加或更新许可证。 +- 💥:boom:引入重大更改。 +- 🍱:bento:添加或更新资产。 +- ♿️:wheelchair:提高可访问性。 +- 💡:bulb:在源代码中添加或更新注释。 +- 🍻:beers:醉醺醺地写代码。 +- 💬:speech_balloon:添加或更新文本和文字。 +- 🗃️:card_file_box:执行与数据库相关的更改。 +- 🔊:loud_sound:添加或更新日志。 +- 🔇:mute:删除日志。 +- 👥:busts_in_silhouette:添加或更新贡献者。 +- 🚸:children_crossing:改善用户体验/可用性。 +- 🏗️:building_construction:进行架构更改。 +- 📱:iphone:致力于响应式设计。 +- 🤡:clown_face:模拟事物。 +- 🥚:egg:添加或更新复活节彩蛋。 +- 🙈:see_no_evil:添加或更新 .gitignore 文件。 +- 📸:camera_flash:添加或更新快照。 +- ⚗️:alembic:进行实验。 +- 🔍️:mag:改善搜索引擎优化。 +- 🏷️:label:添加或更新类型。 +- 🌱:seedling:添加或更新种子文件。 +- 🚩:triangular_flag_on_post:添加、更新或删除功能标志。 +- 🥅:goal_net:捕捉错误。 +- 💫:dizzy:添加或更新动画和过渡。 +- 🗑️:wastebasket:弃用需要清理的代码。 +- 🛂:passport_control:处理与授权、角色和权限相关的代码。 +- 🩹:adhesive_bandage:对非关键问题的简单修复。 +- 🧐:monocle_face:数据探索/检查。 +- ⚰️:coffin:删除死代码。 +- 🧪:test_tube:添加失败的测试。 +- 👔:necktie:添加或更新业务逻辑 +- 🩺:stethoscope:添加或更新健康检查。 +- 🧱:bricks:基础设施相关的变化。 +- 🧑‍💻:technologist:提升开发者体验 +- 💸:money_with_wings:添加赞助或与金钱相关的基础设施。 diff --git a/static/idea.png b/static/idea.png new file mode 100644 index 0000000000000000000000000000000000000000..041876b9183f84cb0d77bb02a419f5189c98008c Binary files /dev/null and b/static/idea.png differ diff --git a/static/idea.svg b/static/idea.svg new file mode 100644 index 0000000000000000000000000000000000000000..1237ad0d59c5b53b1ef1dd55ab4f939c936cc18d --- /dev/null +++ b/static/idea.svg @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/jetbrains.ico b/static/jetbrains.ico new file mode 100644 index 0000000000000000000000000000000000000000..d0449d35c4ff4da1cdab416b0c4ba4ee71e86b40 Binary files /dev/null and b/static/jetbrains.ico differ diff --git a/static/jetbrains.png b/static/jetbrains.png new file mode 100644 index 0000000000000000000000000000000000000000..4b1aca65748684be50ef7376d25148d4aa52df22 Binary files /dev/null and b/static/jetbrains.png differ diff --git a/static/wechat-work.jpg b/static/wechat-work.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8ad31703095f0917218a819b17b5c789ddb23c53 Binary files /dev/null and b/static/wechat-work.jpg differ