From 47e957628658000a142dfbdc329a50711936762e Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sun, 19 Nov 2023 02:09:17 -0400 Subject: [PATCH] Go overboard with badges --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c3fbd6..9e6b423 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,28 @@ # RPG Maker LDB Printer +[![GitHub repo forks](https://img.shields.io/github/forks/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=whitesmoke&label=Forks)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/network)  +[![GitHub repo stars](https://img.shields.io/github/stars/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=whitesmoke&label=Stars)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/stargazers)  +[![GitHub repo contributors](https://img.shields.io/github/contributors-anon/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=whitesmoke&label=Contributors)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/graphs/contributors) +[![GitHub org sponsors](https://img.shields.io/github/sponsors/MichaelHinrichs?style=flat&logo=github&logoColor=whitesmoke&label=Sponsors)](https://github.com/sponsors/MichaelHinrichs)  +[![GitHub repo watchers](https://img.shields.io/github/watchers/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=whitesmoke&label=Watchers)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/watchers)  +[![GitHub repo size](https://img.shields.io/github/repo-size/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=whitesmoke&label=Repo%20Size)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/archive/refs/heads/main.zip) +[![GitHub repo Issues](https://img.shields.io/github/issues/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=red&label=Issues)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/issues)  +[![GitHub repo Good Issues for newbies](https://img.shields.io/github/issues/MichaelHinrichs/RPG-Maker-LDB-Printer/good%20first%20issue?style=flat&logo=github&logoColor=green&label=Good%20First%20issues)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)  +[![GitHub Help Wanted issues](https://img.shields.io/github/issues/MichaelHinrichs/RPG-Maker-LDB-Printer/help%20wanted?style=flat&logo=github&logoColor=b545d1&label=%22Help%20Wanted%22%20issues)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) +[![GitHub repo PRs](https://img.shields.io/github/issues-pr/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=orange&label=PRs)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/pulls)  +[![GitHub repo Merged PRs](https://img.shields.io/github/issues-search/MichaelHinrichs/RPG-Maker-LDB-Printer?style=flat&logo=github&logoColor=green&label=Merged%20PRs&query=is%3Amerged)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/pulls?q=is%3Apr+is%3Amerged)  +[![GitHub Help Wanted PRs](https://img.shields.io/github/issues-pr/MichaelHinrichs/RPG-Maker-LDB-Printer/help%20wanted?style=flat&logo=github&logoColor=b545d1&label=%22Help%20Wanted%22%20PRs)](https://github.com/MichaelHinrichs/RPG-Maker-LDB-Printer/pulls?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) +![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/MichaelHinrichs/RPG-Maker-LDB-Printer) +![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/MichaelHinrichs/RPG-Maker-LDB-Printer) +![GitHub language count](https://img.shields.io/github/languages/count/MichaelHinrichs/RPG-Maker-LDB-Printer) +![Code Climate issues](https://img.shields.io/codeclimate/issues/MichaelHinrichs/RPG-Maker-LDB-Printer) +![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/MichaelHinrichs/RPG-Maker-LDB-Printer) +![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/MichaelHinrichs/RPG-Maker-LDB-Printer) +![GitHub search hit counter](https://img.shields.io/github/search/MichaelHinrichs/RPG-Maker-LDB-Printer/SPORE%20Creatures) +![GitHub language count](https://img.shields.io/github/languages/top/MichaelHinrichs/RPG-Maker-LDB-Printer) +![Scrutinizer code quality (GitHub/Bitbucket)](https://img.shields.io/scrutinizer/quality/g/MichaelHinrichs/RPG-Maker-LDB-Printer/main) + Print hex Data from a Lcf Data Base into a text file, seperated into indented lines. More readable than a hex editor. Just drag the LDB file you want to print onto the RPG Maker LDB Printer exe, and it will output a readable text file of the same name. -Open it with a text editor that can close braces, like Notepad++, and set the language to somthing that uses them, like Javascript, C++, or C#. \ No newline at end of file +Open it with a text editor that can close braces, like Notepad++, and set the language to somthing that uses them, like Javascript, C++, or C#.