Merge pull request #15 from SDIS62/harmonize-package-variables

Harmonize package variables
This commit is contained in:
Jonathan Reinink 2015-01-08 14:27:37 -05:00
commit 88e716576f
3 changed files with 14 additions and 13 deletions

View file

@ -1,4 +1,5 @@
#Changelog
# Changelog
All Notable changes to `:package_name` will be documented in this file
## NEXT - YYYY-MM-DD

View file

@ -1,13 +1,13 @@
# League Skeleton
# :package_name
[![Latest Version](https://img.shields.io/github/release/thephpleague/skeleton.svg?style=flat-square)](https://github.com/thephpleague/skeleton/releases)
[![Latest Version](https://img.shields.io/github/release/thephpleague/:package_name.svg?style=flat-square)](https://github.com/thephpleague/:package_name/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/thephpleague/skeleton/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/skeleton)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/skeleton.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/skeleton/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/skeleton.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/skeleton)
[![Total Downloads](https://img.shields.io/packagist/dt/league/skeleton.svg?style=flat-square)](https://packagist.org/packages/league/skeleton)
[![Build Status](https://img.shields.io/travis/thephpleague/:package_name/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/:package_name)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/:package_name.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/:package_name/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/:package_name.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/:package_name)
[![Total Downloads](https://img.shields.io/packagist/dt/league/:package_name.svg?style=flat-square)](https://packagist.org/packages/league/:package_name)
**Note:** Replace `skeleton` with the correct package name in the above URLs, then delete this line.
**Note:** Replace ```:author_name``` ```:author_username``` ```:author_website``` ```:author_email``` ```:author_website``` ```:package_name``` ```:package_description``` with theirs correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line.
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors.
@ -17,7 +17,7 @@ PSRs you support to avoid any confusion with users and contributors.
Via Composer
``` bash
$ composer require league/skeleton
$ composer require league/:package_name
```
## Usage

View file

@ -3,15 +3,15 @@
"description": ":package_description",
"keywords": [
"league",
"package"
":package_name"
],
"homepage": "https://github.com/php-loep/:package_name",
"homepage": "https://github.com/thephpleague/:package_name",
"license": "MIT",
"authors": [
{
"name": ":author_name",
"email": "author_email@example.com",
"homepage": "http://author-website.example.com",
"email": ":author_email",
"homepage": ":author_website",
"role": "Developer"
}
],