{"id":30184373,"url":"https://github.com/pforret/clode","last_synced_at":"2026-06-17T23:31:27.735Z","repository":{"id":304550681,"uuid":"1019120348","full_name":"pforret/clode","owner":"pforret","description":"Prep your projects for AI software development assistants (like Claude Code)","archived":false,"fork":false,"pushed_at":"2025-08-06T20:56:12.000Z","size":458,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T18:03:20.895Z","etag":null,"topics":["bashew","claude-code"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/pforret.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2025-07-13T19:27:12.000Z","updated_at":"2025-08-06T20:56:15.000Z","dependencies_parsed_at":"2025-07-13T21:25:57.270Z","dependency_job_id":"b940bf3d-555c-46aa-a1ad-05536bc03304","html_url":"https://github.com/pforret/clode","commit_stats":null,"previous_names":["pforret/clode"],"tags_count":10,"template":false,"template_full_name":"pforret/bashew","purl":"pkg:github/pforret/clode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fclode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fclode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fclode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fclode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pforret","download_url":"https://codeload.github.com/pforret/clode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fclode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34470322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bashew","claude-code"],"created_at":"2025-08-12T12:07:16.835Z","updated_at":"2026-06-17T23:31:27.715Z","avatar_url":"https://github.com/pforret.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![bash_unit CI](https://github.com/pforret/clode/workflows/bash_unit%20CI/badge.svg)\n![Shellcheck CI](https://github.com/pforret/clode/workflows/Shellcheck%20CI/badge.svg)\n![GH Language](https://img.shields.io/github/languages/top/pforret/clode)\n![GH stars](https://img.shields.io/github/stars/pforret/clode)\n![GH tag](https://img.shields.io/github/v/tag/pforret/clode)\n![GH License](https://img.shields.io/github/license/pforret/clode)\n[![basher install](https://img.shields.io/badge/basher-install-white?logo=gnu-bash\u0026style=flat)](https://www.basher.it/package/)\n\n# clode\n\nPrep your projects for AI software development and git.\nImplements the [git workflow for Claude Code](https://github.com/pforret/claude_code_tips/blob/main/GIT.md).\n\n## 🔥 Usage\n\n```\nProgram : clode  by peter@forret.com\nVersion : v0.2.0 (Jul 15 19:26:53 2025)\nPurpose : Prep your projects for AI software development assistants\nUsage   : clode [-h] [-Q] [-V] [-f] [-A] [-D] [-E] [-G] [-S] [-C \u003cCOMMIT\u003e] [-L \u003cLOG_DIR\u003e] [-M \u003cMESSAGE\u003e] [-T \u003cTMP_DIR\u003e] \u003caction\u003e \u003cinput?\u003e\nFlags, options and parameters:\n    -h|--help        : [flag] show usage [default: off]\n    -Q|--QUIET       : [flag] no output [default: off]\n    -V|--VERBOSE     : [flag] also show debug messages [default: off]\n    -f|--FORCE       : [flag] do not ask for confirmation (always yes) [default: off]\n    -A|--AUTO_COMMIT : [flag] automatically generate commit messages with Claude Code CLI [default: off]\n    -D|--DRY_RUN     : [flag] show what would be done without executing [default: off]\n    -E|--ERASE       : [flag] clear command history after final commit [default: off]\n    -G|--GENERATE    : [flag] use Claude Code CLI to generate CLAUDE.md file [default: off]\n    -S|--SQUASH      : [flag] squash all intermediate commits before push [default: off]\n    -C|--COMMIT \u003c?\u003e  : [option] commit type for intermediate commits  [default: fix]\n    -L|--LOG_DIR \u003c?\u003e : [option] folder for log files   [default: /Users/pforret/log/clode]\n    -M|--MESSAGE \u003c?\u003e : [option] custom commit message\n    -T|--TMP_DIR \u003c?\u003e : [option] folder for temp files  [default: .tmp]\n    \u003caction\u003e         : [choice] action to perform  [options: prep,branch,b,inter,i,rollback,r,push,p,final,f,status,s,check,env,update]\n    \u003cinput\u003e          : [parameter] input text (optional)\n                                                                                                 \n### TIPS \u0026 EXAMPLES\n* use clode prep to prepare project for AI development\n  clode prep\n* use clode prep -G to generate CLAUDE.md with Claude Code CLI\n  clode prep --GENERATE\n* use clode branch [name] to create new feature branch\n  clode branch my-feature\n* use clode inter [-M \"message\"] to create intermediate commit\n  clode inter -M \"implemented feature\"\n* use clode rollback [target] to rollback commits\n  clode rollback last\n* use clode push to squash and push branch\n  clode push\n* use clode push -A to auto-generate commit messages with Claude Code CLI\n  clode push --AUTO_COMMIT\n* use clode final to squash all commits and push\n  clode final\n* use clode final -A to auto-generate commit messages with Claude Code CLI\n  clode final --AUTO_COMMIT\n* use clode final -E to automatically clear command history after final commit\n  clode final --ERASE\n* use clode status to show current git workflow status\n  clode status\n* use clode check to check if this script is ready to execute and what values the options/flags are\n  clode check\n* use clode env to generate an example .env file\n  clode env \u003e .env\n* use clode update to update to the latest version\n  clode update\n* \u003e\u003e\u003e bash script created with pforret/bashew\n* \u003e\u003e\u003e for bash development, also check out pforret/setver and pforret/progressbar\n```\n\n## ⚡️ Examples\n\n```bash\n\u003e clode -h \n# get extended usage info\n\u003e clode env \u003e .env\n# create a .env file with default values\n```\n\n## 🚀 Installation\n\nwith [basher](https://github.com/basherpm/basher)\n\n\t$ basher install pforret/clode\n\nor with `git`\n\n\t$ git clone https://github.com/pforret/clode.git\n\t$ cd clode\n\n## 📝 Acknowledgements\n\n* script created with [bashew](https://github.com/pforret/bashew)\n\n\u0026copy; 2025 Peter Forret\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fclode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpforret%2Fclode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fclode/lists"}