{"id":16348308,"url":"https://github.com/romainmenke/bam","last_synced_at":"2026-05-18T07:33:24.294Z","repository":{"id":103432317,"uuid":"56688223","full_name":"romainmenke/bam","owner":"romainmenke","description":"bash application manager","archived":false,"fork":false,"pushed_at":"2017-07-30T11:13:34.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-19T10:53:47.148Z","etag":null,"topics":["application-manager","bash","shell"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/romainmenke.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}},"created_at":"2016-04-20T13:16:23.000Z","updated_at":"2024-06-04T17:51:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"4eb35717-f715-43ae-9640-54a4f5f2576c","html_url":"https://github.com/romainmenke/bam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/romainmenke/bam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romainmenke%2Fbam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romainmenke%2Fbam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romainmenke%2Fbam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romainmenke%2Fbam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romainmenke","download_url":"https://codeload.github.com/romainmenke/bam/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romainmenke%2Fbam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33169265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["application-manager","bash","shell"],"created_at":"2024-10-11T00:50:59.525Z","updated_at":"2026-05-18T07:33:24.278Z","avatar_url":"https://github.com/romainmenke.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bam : bash application manager\nGolang style commands for Bash Scripts\n\nIf you are not familiar with Go : google is your best friend!\n\n\nSince it is a little command line tool to manage bash scripts, it can almost install itself.\n\n# Install\n\nCreate directories :\n```\n mkdir -p anywhereYouLike/MyBashScriptDirectory/src/github.com/romainmenke/\n```\n\nI chose :\n```\n mkdir -p $HOME/Bam/src/github.com/romainmenke/\n```\n\nAdd to .bash_profile (or equivalent) :\n```\n export BAMPATH=anywhereYouLike/MyBashScriptDirectory\n\n export PATH=$PATH:$BAMPATH/bin\n```\n\nI chose :\n```\n export BAMPATH=$HOME/Bam\n```\n\nRun Commands :\n```\nsource .bash_profile\n\ngit clone https://github.com/romainmenke/bam $BAMPATH/src/github.com/romainmenke/bam\n\nbash $BAMPATH/src/github.com/romainmenke/bam/bam.sh install github.com/romainmenke/bam\n\n```\n\nYou are good to go!\n\n\n# Commands (bam)\n```\n info || help\n\n create    :-\u003e   create empty bash script in src dir\n get       :-\u003e   clone git repo into BAMPATH/src/ and run bam install\n install   :-\u003e   install in BAMPATH\n run       :-\u003e   run executable from source\n```\n\n### Sub Commands\n\n`$ bam get -d ...` don't install, only download\n\n`$ bam get -u ...` update from remote\n\n# Licence\n\nUse it however you like\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromainmenke%2Fbam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromainmenke%2Fbam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromainmenke%2Fbam/lists"}