skeleton/README.md
# use BootPress\Skeleton\Component as Skeleton;
[![Packagist][badge-version]][link-packagist]
[![License MIT][badge-license]](LICENSE.md)
[![HHVM Tested][badge-hhvm]][link-travis]
[![PHP 7 Supported][badge-php]][link-travis]
[![Build Status][badge-travis]][link-travis]
[![Code Climate][badge-code-climate]][link-code-climate]
[![Test Coverage][badge-coverage]][link-coverage]
Short description.
## Installation
Add the following to your ``composer.json`` file.
``` bash
{
"require": {
"bootpress/skeleton": "^1.0"
}
}
```
## Example Usage
```php
<?php
use BootPress\Skeleton\Component as Skeleton;
```
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[badge-version]: https://img.shields.io/packagist/v/bootpress/skeleton.svg?style=flat-square&label=Packagist
[badge-license]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square
[badge-hhvm]: https://img.shields.io/badge/HHVM-Tested-8892bf.svg?style=flat-square
[badge-php]: https://img.shields.io/badge/PHP%207-Supported-8892bf.svg?style=flat-square
[badge-travis]: https://img.shields.io/travis/Kylob/Skeleton/master.svg?style=flat-square
[badge-code-climate]: https://img.shields.io/codeclimate/github/Kylob/Skeleton.svg?style=flat-square
[badge-coverage]: https://img.shields.io/codeclimate/coverage/github/Kylob/Skeleton.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/bootpress/skeleton
[link-travis]: https://travis-ci.org/Kylob/Skeleton
[link-code-climate]: https://codeclimate.com/github/Kylob/Skeleton
[link-coverage]: https://codeclimate.com/github/Kylob/Skeleton/coverage