{"id":18779480,"url":"https://github.com/sabertazimi/bod","last_synced_at":"2026-02-25T08:31:12.180Z","repository":{"id":39649703,"uuid":"172876516","full_name":"sabertazimi/bod","owner":"sabertazimi","description":":package: Boilerplate CLI App","archived":false,"fork":false,"pushed_at":"2025-06-07T01:56:30.000Z","size":32203,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-07T02:39:13.878Z","etag":null,"topics":["boilerplate","cli","cra-template","cra-template-typescript","create-react-app","eslint","eslint-config","eslint-plugin","react","react-scripts","starter","starter-kit","stylelint","stylelint-config","stylelint-plugin","template","typescript"],"latest_commit_sha":null,"homepage":"https://sabertazimi.github.io/bod","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sabertazimi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2019-02-27T08:37:43.000Z","updated_at":"2025-06-07T01:54:43.000Z","dependencies_parsed_at":"2022-07-10T22:33:06.721Z","dependency_job_id":"d74eb664-405b-406c-af54-e97d7aed7b66","html_url":"https://github.com/sabertazimi/bod","commit_stats":{"total_commits":1989,"total_committers":3,"mean_commits":663.0,"dds":0.4876822523881348,"last_synced_commit":"7d1dcf904070e7c35fe555b0d430aac38ad84356"},"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabertazimi%2Fbod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabertazimi%2Fbod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabertazimi%2Fbod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabertazimi%2Fbod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sabertazimi","download_url":"https://codeload.github.com/sabertazimi/bod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabertazimi%2Fbod/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258504838,"owners_count":22711959,"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":["boilerplate","cli","cra-template","cra-template-typescript","create-react-app","eslint","eslint-config","eslint-plugin","react","react-scripts","starter","starter-kit","stylelint","stylelint-config","stylelint-plugin","template","typescript"],"created_at":"2024-11-07T20:20:21.358Z","updated_at":"2026-02-25T08:31:12.173Z","avatar_url":"https://github.com/sabertazimi.png","language":"TypeScript","readme":"# Bod\n\n[![Author](https://img.shields.io/badge/author-sabertaz-lightgrey?style=for-the-badge)](https://github.com/sabertazimi)\n[![LICENSE](https://img.shields.io/github/license/sabertazimi/bod?style=for-the-badge)](https://raw.githubusercontent.com/sabertazimi/bod/main/LICENSE)\n[![Node Version](https://img.shields.io/node/v/bod?logo=node.js\u0026style=for-the-badge)](https://github.com/sabertazimi/bod)\n\n[![CI](https://img.shields.io/github/actions/workflow/status/sabertazimi/bod/ci.yml?branch=main\u0026style=for-the-badge\u0026logo=github)](https://github.com/sabertazimi/bod/actions/workflows/ci.yml)\n[![Vitest Coverage](https://img.shields.io/codecov/c/github/sabertazimi/bod?logo=codecov\u0026style=for-the-badge)](https://codecov.io/gh/sabertazimi/bod)\n\n[![NPM Version](https://img.shields.io/npm/v/@dg-scripts/webpack-template?label=Webpack%20Template\u0026logo=stylelint\u0026style=for-the-badge)](https://www.npmjs.com/package/@dg-scripts/webpack-template)\n[![NPM Version](https://img.shields.io/npm/v/@dg-scripts/eslint-config?label=ESLint\u0026logo=eslint\u0026style=for-the-badge)](https://www.npmjs.com/package/@dg-scripts/eslint-config)\n[![NPM Version](https://img.shields.io/npm/v/@dg-scripts/stylelint-config?label=StyleLint\u0026logo=stylelint\u0026style=for-the-badge)](https://www.npmjs.com/package/@dg-scripts/stylelint-config)\n[![NPM Version](https://img.shields.io/npm/v/bod?label=Bod%20CLI\u0026logo=npm\u0026style=for-the-badge)](https://www.npmjs.com/package/bod)\n\n[**Documentation**](https://tazimi.dev/bod) |\n[Webpack Template](https://tazimi.dev/bod/webpack)\n\n## Bod CLI\n\n### Installation\n\n```bash\n# Global installation\nnpm install -g bod\n\n# Local installation\nnpm install -D bod\n```\n\n### Usage\n\n```bash\nbod create \u003cappName\u003e\nbod info\n```\n\n```bash\nUsage: bod \u003ccommand\u003e [options]\n\nOptions:\n  -v, --version     output the version number\n  -h, --help        display help for command\n\nCommands:\n  create|c \u003cappName\u003e  Create a new project\n  info|i              Print debugging information about your environment\n  help [command]      display help for command\n\nℹ   Run bod \u003ccommand\u003e --help for detailed usage of given command.\n```\n\nMore details on package\n[bod](https://github.com/sabertazimi/bod/tree/main/packages/bod).\n\n## Bod Template\n\nThe official template for [**Bod CLI**](https://github.com/sabertazimi/bod).\n\n### Live Demo\n\n- Webpack Template [Demo](https://tazimi.dev/bod/webpack).\n\n### Start with Template\n\n```bash\nbod create my-app\n```\n\n## Contributing\n\nContributions are greatly appreciated.\nPlease fork this repository and open a pull request.\n\n## Credits\n\n- [@antfu/eslint-config](https://github.com/antfu/eslint-config).\n\n## Contact\n\n[![GitHub](https://img.shields.io/badge/-GitHub-181717?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/sabertazimi)\n[![Email](https://img.shields.io/badge/-Gmail-ea4335?style=for-the-badge\u0026logo=gmail\u0026logoColor=white)](mailto:sabertazimi@gmail.com)\n[![X](https://img.shields.io/badge/-X.com-000000?style=for-the-badge\u0026logo=x\u0026logoColor=white)](https://x.com/sabertazimi)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabertazimi%2Fbod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsabertazimi%2Fbod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabertazimi%2Fbod/lists"}