Skip to content

Commit

Permalink
docs: update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jul 11, 2024
1 parent 310676d commit 5d1ff67
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# blog-api-package
# Blog API Package for Cslant Blog 👋

<p align="center">
<a href="#"><img src="https://img.shields.io/github/license/cslant/blog-api-package.svg?style=flat-square" alt="License"></a>
<a href="https://packagist.org/packages/cslant/blog-api-package"><img src="https://img.shields.io/github/release/cslant/blog-api-package.svg?style=flat-square" alt="Latest Version"></a>
<a href="https://scrutinizer-ci.com/g/cslant/blog-api-package"><img src="https://img.shields.io/scrutinizer/g/cslant/blog-api-package.svg?style=flat-square" alt="Quality Score"></a>
<a href="https://codeclimate.com/github/cslant/blog-api-package/maintainability"><img src="https://api.codeclimate.com/v1/badges/429b59aad9584bad7ff6/maintainability" alt="Maintainability"/></a>
</p>

This is a package for Cslant's blog API.

## Installation

```bash
composer require cslant/blog-api-package
```

## Commit template

## commit template
```bash
git config --local commit.template .github/commit_message.txt
```
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cslant/blog-api-package",
"description": "Send notification from Gitlab and Github events to Telegram",
"description": "A Laravel package for CSlant blog API",
"keywords": [
"cslant",
"laravel",
Expand Down

0 comments on commit 5d1ff67

Please sign in to comment.