Skip to content

Commit caee2ab

Browse files
committed
Remove version from composer.json and update README
Removed the version field from composer.json. Cleaned up the README by deleting the support section and unnecessary publish commands to simplify the documentation.
1 parent 5a406a8 commit caee2ab

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

README.md

+1-36
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ Helps you compose meaningful commit messages and stages your code changes for yo
3131
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.
3232

3333

34-
35-
## Support us
36-
37-
[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/Commitvel.jpg?t=1" width="419px" />](https://spatie.be/github-ad-click/Commitvel)
38-
39-
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).
40-
41-
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
42-
4334
## Installation
4435

4536
You can install the package via composer:
@@ -48,37 +39,11 @@ You can install the package via composer:
4839
composer require coding-wisely/commitvel
4940
```
5041

51-
You can publish and run the migrations with:
52-
53-
```bash
54-
php artisan vendor:publish --tag="commitvel-migrations"
55-
php artisan migrate
56-
```
57-
58-
You can publish the config file with:
59-
60-
```bash
61-
php artisan vendor:publish --tag="commitvel-config"
62-
```
63-
64-
This is the contents of the published config file:
65-
66-
```php
67-
return [
68-
];
69-
```
70-
71-
Optionally, you can publish the views using
72-
73-
```bash
74-
php artisan vendor:publish --tag="commitvel-views"
75-
```
7642

7743
## Usage
7844

7945
```php
80-
$commitvel = new CodingWisely\Commitvel();
81-
echo $commitvel->echoPhrase('Hello, CodingWisely!');
46+
php artisan cw:commitvel
8247
```
8348

8449
## Testing

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "coding-wisely/commitvel",
3-
"version": "1.0.0",
43
"description": "A Laravel package to assist with Git operations and code quality checks.",
54
"keywords": [
65
"coding-wisely",

0 commit comments

Comments
 (0)