{"id":13653981,"url":"https://github.com/bash-bastion/bats-all","last_synced_at":"2026-04-29T18:31:24.013Z","repository":{"id":46093607,"uuid":"412344856","full_name":"bash-bastion/bats-all","owner":"bash-bastion","description":"Aggregation of the three most popular Bats utility libraries","archived":false,"fork":false,"pushed_at":"2023-09-30T04:57:12.000Z","size":310,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T08:22:24.785Z","etag":null,"topics":["basalt","bash","bash-testing","bats","shell","testing"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bash-bastion.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}},"created_at":"2021-10-01T05:49:29.000Z","updated_at":"2023-06-24T10:04:32.000Z","dependencies_parsed_at":"2023-01-21T08:46:10.411Z","dependency_job_id":"d5506de4-1239-440d-a082-dcd66680b3fd","html_url":"https://github.com/bash-bastion/bats-all","commit_stats":null,"previous_names":["hyperupcall/bats-all"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bash-bastion%2Fbats-all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bash-bastion%2Fbats-all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bash-bastion%2Fbats-all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bash-bastion%2Fbats-all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bash-bastion","download_url":"https://codeload.github.com/bash-bastion/bats-all/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246754437,"owners_count":20828351,"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":["basalt","bash","bash-testing","bats","shell","testing"],"created_at":"2024-08-02T02:01:21.454Z","updated_at":"2026-04-29T18:31:23.981Z","avatar_url":"https://github.com/bash-bastion.png","language":"Shell","funding_links":[],"categories":["General use"],"sub_categories":["Libraries"],"readme":"# bats-all\n\nAn aggregation of the three most popular [Bats](https://github.com/bats-core/bats-core) utility libraries\n\n## Summary\n\nThe three repositories are managed with `git-subtree(1)`. They are the following:\n\n- [bats-core/bats-support](https://github.com/bats-core/bats-support)\n- [bats-core/bats-assert](https://github.com/bats-core/bats-assert)\n- [bats-core/bats-file](https://github.com/bats-core/bats-file)\n\n## Installation\n\n### With npm\n\n```sh\nnpm install --save-dev @hyperupcall/bats-all\n```\n\n### With Basalt\n\nUse [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to add this project as a dependency\n\n```sh\nbasalt add bash-bastion/bats-all\n```\n\nYou need to source this project manually (`basalt.load 'github.com/bash-bastion/bats-all' 'load.bash'`) within your tests. Entries are not added to this projects' `sourceDirs` because that would mean this library would be sourced, even when not testing\n\n### With Git\n\nUsing `git-submodule`:\n\n```sh\ngit submodule add https://github.com/bash-bastion/bats-all ./vendor/bats-all\n```\n\nUsing `git-subtree`:\n\n```sh\ngit subtree --squash -P vendor/bats-all add https://github.com/bash-bastion/bats-all HEAD\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbash-bastion%2Fbats-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbash-bastion%2Fbats-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbash-bastion%2Fbats-all/lists"}