-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters