{"id":17749466,"url":"https://github.com/oresoftware/botch","last_synced_at":"2026-05-07T13:48:19.787Z","repository":{"id":95712250,"uuid":"77120590","full_name":"ORESoftware/botch","owner":"ORESoftware","description":"Setup a per-project development env with NPM","archived":false,"fork":false,"pushed_at":"2018-05-30T03:43:56.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T19:18:30.086Z","etag":null,"topics":["developer-experience","dx","local-development","nodejs","npm"],"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/ORESoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-12-22T06:57:45.000Z","updated_at":"2018-05-30T03:43:56.000Z","dependencies_parsed_at":"2023-03-13T16:47:18.514Z","dependency_job_id":null,"html_url":"https://github.com/ORESoftware/botch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ORESoftware/botch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fbotch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fbotch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fbotch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fbotch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ORESoftware","download_url":"https://codeload.github.com/ORESoftware/botch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fbotch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261020668,"owners_count":23098201,"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":["developer-experience","dx","local-development","nodejs","npm"],"created_at":"2024-10-26T11:23:26.089Z","updated_at":"2026-05-07T13:48:14.751Z","avatar_url":"https://github.com/ORESoftware.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Botch\n\n\u003e\u003e\u003e Create local development environments for each NPM project on your filesystem.\n\n### Installation\n\nThere are two different avenues.\n\n1. Just use your own shell script in each project.\n\n```bash\n  npm install -g botch\n```\n\nthen use this in .bash_profile/.bashrc:\n\n```bash\nexport botch_shell_file_name=\"xxx.sh\";\n```\n\n__**What this means:**__ _when you open a terminal, botch will attempt to source \u003cbr\u003e\na shell script named `xxx.sh`, from the present working directory._\n\n\u003cp\u003e\n\u003cp\u003e\n\n2. To use botch default behavior for a project. This is recommended.\n\nSimply install it to every project you want to use it with.\n\n```bash\n  npm install -D botch\n```\n\n\u003cp\u003e\n\n__**What this means:**__ _Botch will do the same thing as above, if the `$botch_shell_file_name` env is set.\nBut it will also pick up the `./node_modules/botch/bin.sh` file and run that for your project.\nPrimarily this modifies the $PATH to include the executables in ./node_modules/.bin.\nThis gives your local NPM executables *precendece*, since it prepends `./node_modules/.bin` to $PATH._\n\n\u003cp\u003e\n\u003cp\u003e\n\n## Regardless of which method you use, make sure you add this to your .bash_profile/.bashrc files:\n\n```bash\n. \"$HOME/.botch/shell.sh\"      # always source this file\n. \"$HOME/.botch/overrides.sh\"  # source this if you want to invoke botch when changing directories\n```\n\nThe shell scripts will be available regardless of whether you install locally or globally. \u003cbr\u003e\nJust source them.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foresoftware%2Fbotch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foresoftware%2Fbotch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foresoftware%2Fbotch/lists"}