Skip to content

Commit

Permalink
MINOR: improving readme stub (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius authored Oct 1, 2020
1 parent 3f20ee2 commit a246d54
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions app/Commands/Standalone/stubs/Readme.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,38 @@
[![Travis](https://img.shields.io/travis/KebabDummyVendor/KebabDummyPakageName.svg?style=flat-square)]()
[![Total Downloads](https://img.shields.io/packagist/dt/KebabDummyVendor/KebabDummyPakageName.svg?style=flat-square)](https://packagist.org/packages/KebabDummyVendor/KebabDummyPakageName)


## Install
`composer require KebabDummyVendor/KebabDummyPakageName`

```bash
composer require KebabDummyVendor/KebabDummyPakageName
```


## Usage

Write a few lines about the usage of this package.


## Testing

Run the tests with:

``` bash
```bash
vendor/bin/phpunit
```


## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.


## Security

If you discover any security-related issues, please email DummyAuthorEmail instead of using the issue tracker.


## License

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

0 comments on commit a246d54

Please sign in to comment.