https://github.com/swader/nitpick-test
Testing repo for Nitpick CI
https://github.com/swader/nitpick-test
Last synced: 3 months ago
JSON representation
Testing repo for Nitpick CI
- Host: GitHub
- URL: https://github.com/swader/nitpick-test
- Owner: Swader
- License: mit
- Created: 2016-06-01T18:44:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T19:51:09.000Z (about 10 years ago)
- Last Synced: 2025-01-01T04:13:41.636Z (over 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# nitpick-test
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
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.
## Install
Via Composer
``` bash
$ composer require sitepoint/nitpick-test
```
## Usage
``` php
$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');
```
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email bruno@skvorc.me instead of using the issue tracker.
## Credits
- [Bruno Skvorc][link-author]
- [All Contributors][link-contributors]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/sitepoint/nitpick-test.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/sitepoint/nitpick-test/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/sitepoint/nitpick-test.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/sitepoint/nitpick-test.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/sitepoint/nitpick-test.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/sitepoint/nitpick-test
[link-travis]: https://travis-ci.org/sitepoint/nitpick-test
[link-scrutinizer]: https://scrutinizer-ci.com/g/sitepoint/nitpick-test/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/sitepoint/nitpick-test
[link-downloads]: https://packagist.org/packages/sitepoint/nitpick-test
[link-author]: https://github.com/swader
[link-contributors]: ../../contributors