{"id":15371556,"url":"https://github.com/stevehobbsdev/ssbt-script","last_synced_at":"2026-03-18T01:30:19.421Z","repository":{"id":143406460,"uuid":"87056568","full_name":"stevehobbsdev/ssbt-script","owner":"stevehobbsdev","description":"A simple python script for running common sbt tasks","archived":false,"fork":false,"pushed_at":"2017-10-31T10:48:59.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T20:16:03.695Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/stevehobbsdev.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}},"created_at":"2017-04-03T09:11:36.000Z","updated_at":"2017-04-03T09:11:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"20dcf073-459a-4ea8-baf1-264146aba43b","html_url":"https://github.com/stevehobbsdev/ssbt-script","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevehobbsdev%2Fssbt-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevehobbsdev%2Fssbt-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevehobbsdev%2Fssbt-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevehobbsdev%2Fssbt-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevehobbsdev","download_url":"https://codeload.github.com/stevehobbsdev/ssbt-script/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239929533,"owners_count":19720153,"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":[],"created_at":"2024-10-01T13:47:33.545Z","updated_at":"2026-03-18T01:30:19.326Z","avatar_url":"https://github.com/stevehobbsdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steve's SBT wrapper\n\nA python script that wraps some commands from SBT to make them a bit easier.\n\n## Install\n\nIt is assumed your system has python available on the command line.\n\nFirst (if you haven't done so) install PIP: `curl https://bootstrap.pypa.io/get-pip.py | python`\n\nThen download and set up this repository:\n\n```\n$ git clone git@github.com:elkdanger/ssbt\n$ cd ssbt\n$ pip install -r requirements.txt\n$ chmod +x ssbt\n```\n\nTo make the tool easier to use from anywhere, link the app to a local folder available on your path:\n\n```\n$ ln -s $(pwd)/ssbt /usr/local/bin\n```\n\n## Available commands\n\nRun tests through SBT: `$ ssbt test`\n\nRun with coverage: `$ ssbt test -c`\n\nRun and set memory (in Megabytes): `$ ssbt test -m 3072`\n\nRuns only the specified tests: `$ ssbt test-only specs.MyControllerSpec`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevehobbsdev%2Fssbt-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevehobbsdev%2Fssbt-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevehobbsdev%2Fssbt-script/lists"}