{"id":13599299,"url":"https://github.com/theapache64/readgen","last_synced_at":"2025-07-05T07:36:17.755Z","repository":{"id":41511552,"uuid":"335695247","full_name":"theapache64/readgen","owner":"theapache64","description":"A simple tool to generate README","archived":false,"fork":false,"pushed_at":"2024-07-20T13:35:49.000Z","size":21480,"stargazers_count":73,"open_issues_count":3,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T07:46:02.327Z","etag":null,"topics":["gradle","java","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theapache64.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-03T17:01:05.000Z","updated_at":"2025-05-11T12:45:04.000Z","dependencies_parsed_at":"2025-04-15T03:55:23.296Z","dependency_job_id":"a2ecc7b4-dd39-4575-9030-19b3af4bad7f","html_url":"https://github.com/theapache64/readgen","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/theapache64/readgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Freadgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Freadgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Freadgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Freadgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theapache64","download_url":"https://codeload.github.com/theapache64/readgen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theapache64%2Freadgen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261883372,"owners_count":23224485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gradle","java","kotlin"],"created_at":"2024-08-01T17:01:01.961Z","updated_at":"2025-07-05T07:36:17.720Z","avatar_url":"https://github.com/theapache64.png","language":"Kotlin","readme":"![](cover.jpeg)\n\n# readgen\n\n![latestVersion](https://img.shields.io/github/v/release/theapache64/readgen)\n\u003ca href=\"https://twitter.com/theapache64\" target=\"_blank\"\u003e\n\u003cimg alt=\"Twitter: theapache64\" src=\"https://img.shields.io/twitter/follow/theapache64.svg?style=social\" /\u003e\n\u003c/a\u003e\n\n\u003e Tired of creating README? I got you covered.\n\n### ✨ Demo\n\n![](demo.gif)\n\n## 🛠 Installation\n\n```\nsudo npm install -g readgen-cli\n```\n\n## ⌨️ Usage\n\n```shell script\nUsage: read-gen [OPTIONS]\n\nOptions:\n  -f TEXT     Custom font\n  -t TEXT     Custom title\n  -s INT      Font size\n  -c          Cover only\n  -h, --help  Show this message and exit\n```\n\n- To generate README.md, install.sh and cover image\n\n```shell script\n~$ readgen\n```\n\n- To generate cover image alone\n\n```shell script\n~$ readgen -c\n```\n\n## 🥼 Run tests\n\n```shell script\n./gradlew test\n```\n\n## ✍️ Author\n\n👤 **theapache64**\n\n* Twitter: \u003ca href=\"https://twitter.com/theapache64\" target=\"_blank\"\u003e@theapache64\u003c/a\u003e\n* Email: theapache64@gmail.com\n\nFeel free to ping me 😉\n\n## 🤝 Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any\ncontributions you make are **greatly appreciated**.\n\n1. Open an issue first to discuss what you would like to change.\n1. Fork the Project\n1. Create your feature branch (`git checkout -b feature/amazing-feature`)\n1. Commit your changes (`git commit -m 'Add some amazing feature'`)\n1. Push to the branch (`git push origin feature/amazing-feature`)\n1. Open a pull request\n\nPlease make sure to update tests as appropriate.\n\n## ❤ Show your support\n\nGive a ⭐️ if this project helped you!\n\n\u003ca href=\"https://www.patreon.com/theapache64\"\u003e\n  \u003cimg alt=\"Patron Link\" src=\"https://c5.patreon.com/external/logo/become_a_patron_button@2x.png\" width=\"160\"/\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://www.buymeacoffee.com/theapache64\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" width=\"160\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://www.paypal.me/theapache64\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" alt=\"Donation\" width=\"160\"\u003e\n\u003c/a\u003e\n\n## ☑️ TODO\n\n- [ ] Add more cover image styles with different fonts\n- [ ] Support Android projects\n- [ ] Support SpringBoot projects\n\n## 📝 License\n\n```\nCopyright © 2022 - theapache64\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n_This README was generated by [readgen](https://github.com/theapache64/readgen)_ ❤","funding_links":["https://www.patreon.com/theapache64","https://www.buymeacoffee.com/theapache64","https://www.paypal.me/theapache64"],"categories":["Kotlin","📝 License"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapache64%2Freadgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheapache64%2Freadgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheapache64%2Freadgen/lists"}