You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-25
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,40 @@
1
-
# :package_description
2
-
3
-
[](https://packagist.org/packages/:vendor_slug/:package_slug)
This repo can be used to scaffold a Laravel package. Follow these steps to get started:
10
-
11
-
1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
12
-
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
13
-
3. Have fun creating your package.
14
-
4. If you need help creating a package, consider picking up our <ahref="https://laravelpackage.training">Laravel Package Training</a> video course.
15
-
---
16
-
<!--/delete-->
17
-
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
1
+
# Commitvel- your git commit friendly tool! 🚀
2
+
3
+
4
+
[](https://packagist.org/packages/coding-wisely/commitvel)
Commitvel is a tailor-made package for Laravel developers to streamline their git workflow, ensuring code quality and efficiency without relying on git hooks. With a simple console command, Commitvel automates the mundane tasks of preparing your code for version control. Here's what Commitvel brings to the table:
11
+
12
+
13
+
## Key Features:
14
+
15
+
### Change Detection:
16
+
Effortlessly identifies and stages your code changes. 📋 Commitvel manually detects your changes, ensuring no modification goes unnoticed.
17
+
18
+
### Code Fixing with Laravel Pint:
19
+
Automatically formats and styles your code with Laravel Pint. 🧼 Say goodbye to manual code styling—Commitvel makes your code shine with one command.
20
+
21
+
### Automated Unit Tests:
22
+
23
+
Executes your unit tests to guarantee code reliability. 🔍 Commitvel integrates with Pest to run tests, giving you peace of mind that your changes won't break existing functionality.
24
+
25
+
### Smart Committing:
26
+
27
+
Helps you compose meaningful commit messages and stages your code changes for you. 📝 Commitvel guides you through the process, ensuring your git history is clean and informative.
28
+
29
+
### Seamless Pushing:
30
+
31
+
Pushes your commits to the remote repository effortlessly. 🌐 Commitvel makes git pushing as simple as a single command, freeing you from the intricacies of git.
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
24
40
@@ -29,20 +45,20 @@ We highly appreciate you sending us a postcard from your hometown, mentioning wh
0 commit comments