Skip to content

Commit

Permalink
Merge pull request #19 from initred/all-contributors/add-mantey-github
Browse files Browse the repository at this point in the history
docs: add mantey-github as a contributor
  • Loading branch information
initred committed Apr 7, 2021
2 parents 74cbd93 + 1f8fd0e commit e7e0e0e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "mantey-github",
"name": "Daniel Mantey",
"avatar_url": "https://avatars.githubusercontent.com/u/39991756?v=4",
"profile": "https://medium.com/@mantey",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "laravel-tabula",
"projectOwner": "initred",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# laravel-tabula
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
laravel-tabula is a tool for liberating data tables trapped inside PDF files for the Laravel framework. This package was inspired by Python’s tabula-py package.

### How to install
Expand Down Expand Up @@ -57,3 +60,23 @@ $tabula->setPdf($file)
### License

laravel-tabula is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://medium.com/@mantey"><img src="https://avatars.githubusercontent.com/u/39991756?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Daniel Mantey</b></sub></a><br /><a href="https://github.com/initred/laravel-tabula/commits?author=mantey-github" title="Code">💻</a> <a href="https://github.com/initred/laravel-tabula/commits?author=mantey-github" title="Documentation">📖</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit e7e0e0e

Please sign in to comment.