gaskeun-git

1.1.0Β β€’Β PublicΒ β€’Β Published

πŸš€ Git Gaskeun

npm version Downloads License PRs Welcome

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!

🌟 Features

  • 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.

πŸš€ Installation

Install Secara Global

npm install -g gaskeun-git

Install di Proyek Lokal

npm install gaskeun-git

πŸ› οΈ Usage

Global Usage

  1. Navigasi ke folder proyek Git lo.

  2. Jalankan command berikut:

gaskeun
  1. Ikuti instruksi interaktif di CLI.

πŸ“– Example

$ 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!

❌ Error Handling

Contoh:

πŸš€ Welcome to Git Gaskeun!  
❌ Error: This is not a Git repository.

🀝 Contributing

Feel free to fork and create pull requests. Let's make Git workflows easier for everyone!


🏷️ License

Git Gaskeun is licensed under the ISC License.


Created with ❀️ by Zi

Dependents (0)

Package Sidebar

Install

npm i gaskeun-git

Weekly Downloads

6

Version

1.1.0

License

ISC

Unpacked Size

11.9 kB

Total Files

6

Last publish

Collaborators

  • afauzi