{"id":15287165,"url":"https://github.com/laudebugs/organize-codebase","last_synced_at":"2026-02-25T12:14:56.145Z","repository":{"id":38172832,"uuid":"462855592","full_name":"laudebugs/organize-codebase","owner":"laudebugs","description":"Quickly organize your codebase with useful automation tools in development","archived":false,"fork":false,"pushed_at":"2023-12-15T05:53:21.000Z","size":909,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T10:56:01.228Z","etag":null,"topics":["changelog","commitizen","commitlint","eslint","husky","prettier","semantic-release","standard-version"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/laudebugs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","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}},"created_at":"2022-02-23T18:19:56.000Z","updated_at":"2022-02-26T18:13:45.000Z","dependencies_parsed_at":"2023-12-15T06:52:31.938Z","dependency_job_id":null,"html_url":"https://github.com/laudebugs/organize-codebase","commit_stats":null,"previous_names":["lbugasu/organize-codebase"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudebugs%2Forganize-codebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudebugs%2Forganize-codebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudebugs%2Forganize-codebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laudebugs%2Forganize-codebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laudebugs","download_url":"https://codeload.github.com/laudebugs/organize-codebase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245200679,"owners_count":20576673,"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":["changelog","commitizen","commitlint","eslint","husky","prettier","semantic-release","standard-version"],"created_at":"2024-09-30T15:25:21.271Z","updated_at":"2025-10-30T14:12:13.515Z","avatar_url":"https://github.com/laudebugs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to organize-codebase 👋\u003c/h1\u003e\n\n\u003cp\u003e\n  \u003ca href=\"https://github.com/laudebugs/organize-codebase/actions/workflows/release.yml\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Release Pipeline\" src=\"https://github.com/laudebugs/organize-codebase/actions/workflows/release.yml/badge.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/organize-codebase\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Version\" src=\"https://img.shields.io/npm/v/organize-codebase.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/laudebugs/organize-codebase#readme\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/semantic-release/semantic-release\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Semantic Release: Angular\" src=\"https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/laudebugs/organize-codebase/graphs/commit-activity\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/laudebugs\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: laudebugs\" src=\"https://img.shields.io/twitter/follow/laudebugs.svg?style=social\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Quickly organize your codebase with useful automation tools in development\n\n### 🏠 [Homepage](https://github.com/laudebugs/organize-codebase)\n\n## Description\nThis Command Line Tool is useful to get up and running with the most common set ups when maintaining a JavaScript project. It handles setup of the following: \n- [`prettier`](https://prettier.io/) - formatting code\n- [`eslint`](https://eslint.org/) - finds and fixes problems in your code\n- [`commitlint`](https://commitlint.js.org/#/) - for linting commit messages\n- [`commitizen`](http://commitizen.github.io/cz-cli/) - a cli tool to easily create good commit messages\n- [`husky`](https://typicode.github.io/husky/#/) - enforces good commit messages/code formatting\n- [`standard-version`](https://github.com/conventional-changelog/standard-version) or [`semantic-release`](https://semantic-release.gitbook.io/semantic-release/) - for npm packages\n\n\n## Usage\nAs simple as running the following command within your project directory:\n\n```sh\nnpx organize-codebase\n```\n\n## TODO\n- [x] Add commit commands to scripts of `package.json`\n- [x] Add semantic-release config to `package.json`\n- [ ] Add ability to choose prettier format\n- [ ] Merge config formats if config format is found in the project\n- [ ] Add ability to add more ESLint plugins after setting up ESLint\n\n## Author\n\n👤 **Laurence B. Ininda**\n\n* Website: https://laudebugs.me\n* Twitter: [@laudebugs](https://twitter.com/laudebugs)\n* Github: [@laudebugs](https://github.com/laudebugs)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/laudebugs/organize-codebase/issues). You can also take a look at the [contributing guide](https://github.com/laudebugs/organize-codebase/blob/master/docs/CONTRIBUTING.md).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2022 [Laurence B. Ininda](https://github.com/laudebugs).\u003cbr /\u003e\nThis project is [ISC](https://github.com/laudebugs/organize-codebase/blob/master/LICENSE) licensed.\n\n***\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaudebugs%2Forganize-codebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaudebugs%2Forganize-codebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaudebugs%2Forganize-codebase/lists"}