Git Gaskeun adalah library Node.js sederhana untuk mempermudah proses git seperti add
, commit
, dan push
hanya dengan satu keyword aja: gaskeun.
Hemat waktu, less effort, dan full auto!
- Auto Add Files: Tambahkan semua file dalam repository secara otomatis.
- Custom Commit Message: Pilih antara pesan otomatis berdasarkan file yang diubah atau buat pesan custom.
-
Branch Selector: Pilih branch untuk push (e.g.,
main
,master
, atau custom branch). - Friendly Feedback: Setelah selesai, dapatkan pesan semangat seperti "Yeayy mantap!π".
- Error Handling: Menampilkan error jika digunakan di luar repository git.
npm install -g gaskeun-git
npm install gaskeun-git
-
Navigasi ke folder proyek Git lo.
-
Jalankan command berikut:
gaskeun
- Ikuti instruksi interaktif di CLI.
$ gaskeun
π Welcome to Git Gaskeun!
π¨ [Step 1] Adding all files...
β
Files added:
- src/index.js
- package.json
βοΈ [Step 2] Commit your changes
β‘οΈ Choose a commit message:
1) Auto-generated commit message
2) Custom message
β‘οΈ Commit Message: "Fix bug on index.js"
π² [Step 3] Select branch to push:
β‘οΈ Branch: main
π Yeayy mantap!π All changes pushed successfully!
Contoh:
π Welcome to Git Gaskeun!
β Error: This is not a Git repository.
Feel free to fork and create pull requests. Let's make Git workflows easier for everyone!
Git Gaskeun is licensed under the ISC License.
Created with β€οΈ by Zi