Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Jul 28, 2024
1 parent 2861b49 commit 4b1ff24
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# blog-core
# Blog Core Package for CSlant Blog 👋

<p align="center">
<a href="#"><img src="https://img.shields.io/github/license/cslant/blog-core.svg?style=flat-square" alt="License"></a>
<a href="https://packagist.org/packages/cslant/blog-core"><img src="https://img.shields.io/github/release/cslant/blog-core.svg?style=flat-square" alt="Latest Version"></a>
<a href="https://github.com/cslant/blog-core/actions/workflows/setup_test.yml"><img src="https://img.shields.io/github/actions/workflow/status/cslant/blog-core/setup_test.yml?label=tests&branch=main" alt="Test Status"></a>
<a href="https://scrutinizer-ci.com/g/cslant/blog-core"><img src="https://img.shields.io/scrutinizer/g/cslant/blog-core.svg?style=flat-square" alt="Quality Score"></a>
<a href="https://codeclimate.com/github/cslant/blog-core/maintainability"><img src="https://api.codeclimate.com/v1/badges/429b59aad9584bad7ff6/maintainability" alt="Maintainability"/></a>
</p>

```text
____ ____ _ _ _ _ _____ ____ _ ___ ____
/ ___/ ___|| | / \ | \ | |_ _| | __ )| | / _ \ / ___|
| | \___ \| | / _ \ | \| | | | | _ \| | | | | | | _
| |___ ___) | |___ / ___ \| |\ | | | | |_) | |__| |_| | |_| |
\____|____/|_____/_/ \_\_| \_| |_| |____/|_____\___/ \____|
```

This is a package for CSlant's blog Core.

## 📋 Requirements

- PHP ^8.1
- [Composer](https://getcomposer.org/)


## 🔧 Installation

```bash
composer require cslant/blog-core
```

## Commit template

If you want to use a commit template, you can use the following command in the root directory of this project:

## commit template
```bash
git config --local commit.template .github/commit_message.txt
```

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 comments on commit 4b1ff24

Please sign in to comment.