{"id":21062156,"url":"https://github.com/myastr0/atlan","last_synced_at":"2026-03-06T03:31:38.248Z","repository":{"id":55067789,"uuid":"522320835","full_name":"Myastr0/atlan","owner":"Myastr0","description":"Atlan is a CLI that helps you to manage local dockerized infrastructure without any needed knowledge on Docker and Docker Compose.","archived":false,"fork":false,"pushed_at":"2024-06-16T15:03:43.000Z","size":1315,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-18T21:06:21.247Z","etag":null,"topics":["devops","devops-tools","docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Myastr0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-07T20:46:38.000Z","updated_at":"2024-06-16T15:03:47.000Z","dependencies_parsed_at":"2024-06-16T16:47:21.836Z","dependency_job_id":null,"html_url":"https://github.com/Myastr0/atlan","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"d2f8aee4c9056f7752448e359842616bf5a49344"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Myastr0%2Fatlan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Myastr0%2Fatlan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Myastr0%2Fatlan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Myastr0%2Fatlan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Myastr0","download_url":"https://codeload.github.com/Myastr0/atlan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225398798,"owners_count":17468282,"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":["devops","devops-tools","docker","docker-compose"],"created_at":"2024-11-19T17:37:37.053Z","updated_at":"2026-03-06T03:31:38.184Z","avatar_url":"https://github.com/Myastr0.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/Myastro"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align='center'\u003e\n    \u003cimg width='300' src='docs/assets/logo-with-border.png'/\u003e\n\u003c/h1\u003e\n\n\n# Atlan CLI\n\nAtlan is a CLI that helps you to manage local dockerized infrastructure without any needed knowledge on Docker and Docker Compose.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n![npm](https://img.shields.io/npm/v/atlan)\n![npm](https://img.shields.io/npm/dy/atlan)\n![GitHub issues](https://img.shields.io/github/issues-raw/Myastr0/atlan)\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Myastr0/atlan/Test)\n\n## What is Atlan CLI ?\n\nAtlan is a CLI tool based on [Docker](https://docs.docker.com/get-started/overview) and [Docker Compose](https://docs.docker.com/compose) that helps you to manage complex local dockerized infrastructure.\n\n\n## Use Atlan CLI\n\n\nPlease read the full [documentation](./docs/README.md).\n\n## Integrate Atlan CLI in your CLI\n\n\nAtlan is based on [commander.js](https://github.com/tj/commander.js) cli builder. \nIf you have a custom commander CLI, you can integrate Atlan in your CLI by requiring it with theses simple lines of code:\n\n```js\nconst atlan = require('atlan').createAtlanCli();\n```\n\n## Philosophy and goals\n\n\nAtlan is a tool that was designed to simplify the life of developers. You don't need to know Docker to use it, Atlan does it for you in a very simple way. Its goal is and will remain to simplify the daily life of its users.\n\nAtlan must and will have to respect some main DX principles:\n\n1. **Ease of use**\n\nThe entire Atlan API must be described and understandable by any developer without having to consult any other source than Atlan itself.\n\n2. **Evolutivity**\n\nAtlan will inevitably evolve over time. Even if it does evolve, the API must minimize the affordance that Atlan users may encounter.\n\n3. **Contributability**\n\nAtlan is and will remain an open source tool. Contributing to its evolution should therefore always be easy and accessible to anyone who wants to help improve it.\n\n## License\n\n\nThis tool is licensed under the [MIT license](LICENSE).\n\n## Want to contribute ?\n\nIf you want to contribute through code or documentation, the [Contributing guide](CONTRIBUTING.md) is the best place to start. If you have questions, feel free to ask.\n\n## Want to support the project ?\nAll this project is open source and free to use. If you want to support the project, you can use the link below.\n\nEvery little bit helps.\n\n\u003ca href=\"https://www.buymeacoffee.com/Myastro\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n___\nMade with 🥖 by [@Myastr0](https://github.com/Myastr0)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyastr0%2Fatlan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyastr0%2Fatlan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyastr0%2Fatlan/lists"}