@kittiphop_sompuech/git-cli-tools 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Readme.md +1 -1
  2. package/package.json +1 -1
package/Readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 🚀 Git-Pro CLI
2
2
 
3
- **Git-Pro** คือเครื่องมือ Automation CLI (เขียนด้วย Go 100%) ที่ออกแบบมาเพื่อปฏิวัติ Workflow การทำงานกับ Git ของ Developer ช่วยจัดการและแก้ไขปัญหาทุกอย่างในเครื่องได้ในคำสั่งเดียวผ่าน **Keyboard-Driven Flow** โดยไม่ต้องสลับมือไปจับเมาส์คลิกบน Git GUI และไม่ต้องจำคำสั่ง Git ที่ซับซ้อน
3
+ **Git-Pro** คือเครื่องมือ Automation CLI (เขียนด้วย Node 100%) ที่ออกแบบมาเพื่อปฏิวัติ Workflow การทำงานกับ Git ของ Developer ช่วยจัดการและแก้ไขปัญหาทุกอย่างในเครื่องได้ในคำสั่งเดียวผ่าน **Keyboard-Driven Flow** โดยไม่ต้องสลับมือไปจับเมาส์คลิกบน Git GUI และไม่ต้องจำคำสั่ง Git ที่ซับซ้อน
4
4
 
5
5
  ---
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kittiphop_sompuech/git-cli-tools",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "git-pro": "./index.js"