{"id":25206539,"url":"https://github.com/zource-dev/di","last_synced_at":"2025-10-16T15:58:21.464Z","repository":{"id":57684803,"uuid":"476495730","full_name":"zource-dev/di","owner":"zource-dev","description":"Docker Infrastructure CLI for local development","archived":false,"fork":false,"pushed_at":"2024-11-05T16:50:22.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-16T15:51:44.812Z","etag":null,"topics":["cli","docker","dynamodb","kafka","mongodb","neo4j","postgres","redis"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zource-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-31T22:19:13.000Z","updated_at":"2024-11-05T16:50:23.000Z","dependencies_parsed_at":"2024-11-14T14:21:58.448Z","dependency_job_id":"9432167a-c2e3-4d8c-b67c-85667ac944db","html_url":"https://github.com/zource-dev/di","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"5002f5de035f0a406e917e188d84fcc4d38decd9"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zource-dev%2Fdi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zource-dev%2Fdi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zource-dev%2Fdi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zource-dev%2Fdi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zource-dev","download_url":"https://codeload.github.com/zource-dev/di/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238101563,"owners_count":19416536,"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":["cli","docker","dynamodb","kafka","mongodb","neo4j","postgres","redis"],"created_at":"2025-02-10T11:16:07.060Z","updated_at":"2025-10-16T15:58:16.424Z","avatar_url":"https://github.com/zource-dev.png","language":"TypeScript","readme":"# Docker Infrastructure CLI\n\n[![CI/CD][github-image]][github-url]\n[![NPM version][npm-image]][npm-url]\n[![Downloads][downloads-image]][npm-url]\n[![code style: prettier][prettier-image]][prettier-url]\n\nCommand line tool to quickly spin up infrastracture using docker for local development\n\n## Usage\n\nYarn:\n\n```bash\nyarn global add @zource/di\n```\n\nNPM:\n\n```bash\nnpm install -g  @zource/di\n```\n\nNPX:\n\n```bash\nnpx @zource/di --help\n```\n\n## Requirement\n\nPlease install [docker-desktop or docker engine](https://docs.docker.com/get-docker/)\n\n## Currently supported services\n\n- [DynamoDB](https://hub.docker.com/r/amazon/dynamodb-local) Local default version `latest`\n- [Kafka](https://hub.docker.com/r/confluentinc/cp-kafka) default version `latest`\n- [MongoDB](https://hub.docker.com/_/mongo) default version `latest`\n- [Neo4j](https://hub.docker.com/_/neo4j) default version `latest`\n- [Postgres](https://hub.docker.com/_/postgres) default version `latest`\n- [RabbitMQ](https://hub.docker.com/_/rabbitmq) default version `management-alpine`\n- [Redis](https://hub.docker.com/_/redis) default version `alpine`\n\n## Help\n\n```bash\ndi --help\n```\n\n```\nUsage: di [options] [command]\n\nDocker Infrastructure CLI\n\nOptions:\n  -v, --version                    output the version number\n  -h, --help                       display help for command\n\nCommands:\n  list|ls                          list all available services\n  config [options] [path] [value]  show/update config\n  start [options] [services...]    starts services\n  stop [services...]               stops services\n  kill [services...]               kills services\n  restart|rs [services...]         restarts services\n  logs [options] \u003cservice\u003e         logs a service\n  ps [service...]                  list services\n  volumes [service...]             lists services volumes\n  size [service...]                sezes services data\n  reset [service...]               resets services config\n  data [service...]                shows data directories\n  help [command]                   display help for command\n\nExamples:\n  $ di start redis mongo\n  $ di kill postgres\n  $ di config\n```\n\n## License\n\nCopyright 2023 Ivan Zakharchanka [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\n[npm-url]: https://www.npmjs.com/package/@zource/di\n[downloads-image]: https://img.shields.io/npm/dw/@zource/di.svg?maxAge=43200\n[npm-image]: https://img.shields.io/npm/v/@zource/di.svg?maxAge=43200\n[github-url]: https://github.com/zource-dev/di/actions/workflows/build.yml\n[github-image]: https://github.com/zource-dev/di/actions/workflows/build.yml/badge.svg\n[prettier-url]: https://github.com/prettier/prettier\n[prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square\n[codecov-url]: https://codecov.io/gh/zource-dev/di\n[codecov-image]: https://codecov.io/gh/zource-dev/di/branch/master/graph/badge.svg?token=JZ8QCGH6PI\n[codeclimate-url]: https://codeclimate.com/github/zource-dev/di/maintainability\n[codeclimate-image]: https://api.codeclimate.com/v1/badges/0ba20f27f6db2b0fec8c/maintainability\n[snyk-url]: https://snyk.io/test/npm/@zource-dev/di/latest\n[snyk-image]: https://img.shields.io/snyk/vulnerabilities/github/zource-dev/di.svg?maxAge=43200\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzource-dev%2Fdi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzource-dev%2Fdi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzource-dev%2Fdi/lists"}