Home

Awesome

<h1 align="center"> <br> <a href="https://semver.madewithlove.com"> <img src="https://static.madewithlove.com/logo/red/full.png" alt="madewithlove" width="400"> </a> <br><br> SemVer <br> </h1> <h4 align="center"> A SemVer checker tool for Packagist. </h4> <div align="center">

ci issues pull requests contributors contributions

</div> <div align="center"> <a href="#about">About</a> • <a href="#prerequisites">Prerequisites</a> • <a href="#installation">Installation</a> • <a href="#tests">Tests</a> • <a href="#contributing">Contributing</a> </div> <div align="center"> <sub>Built with :heart:︎ and :coffee: by heroes at <a href="https://madewithlove.com">madewithlove</a>.</sub> </div>

About

This is the repository for the SemVer checker tool hosted at semver.madewithlove.com.

Tech Stack

Prerequisites

Installation

1. Clone the repository:

git clone git@github.com:madewithlove/semver.git

2. Go to the project folder:

cd semver

3. Install the dependencies:

composer install

4. Create a copy of .env.example:

cp .env.example .env

5. Set the application key:

php artisan key:generate

6. Start the PHP development server:

php artisan serve

Tests

Run the following command:

php artisan test

Contributing

Contributing to this repository is both appreciated and encouraged. If you have any specific questions, we're happy to help out.