{"id":24524329,"url":"https://github.com/devonfw/ideasy","last_synced_at":"2026-04-02T23:23:36.310Z","repository":{"id":195018504,"uuid":"692076464","full_name":"devonfw/IDEasy","owner":"devonfw","description":"Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).","archived":false,"fork":false,"pushed_at":"2025-04-11T09:16:03.000Z","size":5494,"stargazers_count":17,"open_issues_count":199,"forks_count":39,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-11T11:42:08.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devonfw.png","metadata":{"files":{"readme":"README.adoc","changelog":"CHANGELOG.adoc","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,"zenodo":null}},"created_at":"2023-09-15T14:02:12.000Z","updated_at":"2025-04-10T10:14:09.000Z","dependencies_parsed_at":"2023-09-26T15:50:56.506Z","dependency_job_id":"38ee457b-07e1-460d-899c-9e0cbba5ddaf","html_url":"https://github.com/devonfw/IDEasy","commit_stats":null,"previous_names":["devonfw/ideasy"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonfw%2FIDEasy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonfw%2FIDEasy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonfw%2FIDEasy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonfw%2FIDEasy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devonfw","download_url":"https://codeload.github.com/devonfw/IDEasy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248885656,"owners_count":21177627,"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":"2025-01-22T04:19:26.488Z","updated_at":"2026-04-02T23:23:36.303Z","avatar_url":"https://github.com/devonfw.png","language":"Java","readme":"= IDEasy\n\n:toc: macro\n\nimage::documentation/images/logo.png[\"Logo\",align=\"center\",width=60%]\n\nTool to automate the setup and updates of a development environment for any project (Successor of https://github.com/devonfw/ide[devonfw-ide]).\n\nimage:https://img.shields.io/github/license/devonfw/IDEasy.svg?label=License[\"Apache License,Version 2.0\",link=https://github.com/devonfw/IDEasy/blob/master/LICENSE]\nimage:https://img.shields.io/maven-central/v/com.devonfw.tools.IDEasy/ide-cli.svg?label=Maven%20Central[\"Maven Central\",link=https://search.maven.org/search?q=g:com.devonfw.tools.IDEasy+a:ide-cli]\nimage:https://coveralls.io/repos/github/devonfw/IDEasy/badge.svg?branch=main[\"Coverage Status\",link=\"https://coveralls.io/github/devonfw/IDEasy?branch=main\"]\n\nimage:https://github.com/devonfw/IDEasy/actions/workflows/build.yml/badge.svg[\"Build Status\",link=\"https://github.com/devonfw/IDEasy/actions/workflows/build.yml\"]\nimage:https://github.com/devonfw/IDEasy/actions/workflows/update-urls.yml/badge.svg[\"Update URLS Status\",link=\"https://github.com/devonfw/IDEasy/actions/workflows/update-urls.yml\"]\nimage:https://github.com/devonfw/IDEasy/actions/workflows/nightly-build.yml/badge.svg[\"Nightly Release\",link=\"https://github.com/devonfw/IDEasy/actions/workflows/nightly-build.yml\"]\nimage:https://github.com/devonfw/IDEasy/actions/workflows/integration-tests.yml/badge.svg[\"Integration Tests\",link=\"https://github.com/devonfw/IDEasy/actions/workflows/integration-tests.yml\"]\n\ntoc::[]\n\n== Pitch\n\nWith IDEasy you can create a very small git repo with the configuration of the dev environment of your software project.\nDevelopers can then setup your project using IDEasy with a single CLI command on Windows, Mac, or Linux and get all the tools needed for your project in the configured version and tailored to the projects demands.\n\nNo more manual steps to install and configure, no diff-wars, no more dev setup manuals, no more \"its not working on my machine\"!\n\nAmong many link:documentation/alternatives.adoc[alternatives] we believe IDEasy is the best solution for project centric software development needs esp. with its link:documentation/sandbox.adoc[sandbox concept].\n\nNot yet convinced?\nSee link:documentation/features.adoc[features].\n\n== Status\n\nCurrently we focused on support for Windows while official Linux and Mac support are still a little bit work in progress (see e.g. bug https://github.com/devonfw/IDEasy/issues/451[#451]).\nFurther, we still recommend that you should contact us if you plan to use IDEasy in your project with a larger developer team.\nWe surely try to fix bugs as soon as possible but we do not work extra shifts or prioritize your issues if you are blocked and we never promised any help before.\n\n== Setup\n\n=== Prerequisites\n\nAll you need before installing IDEasy is https://git-scm.com/download/[git].\n\n=== Install\n\nThe fastest way to install IDEasy is the following one-line command for bash (use git-bash on Windows):\n\n```bash\nbash -c \"$(curl -fsSL https://raw.githubusercontent.com/devonfw/IDEasy/main/install.sh)\"\n```\n\nFor more details see link:documentation/setup.adoc[setup].\n\n=== Create projects\n\nOnce installed, you can setup a new project with the following command:\n\n```\nide create «project-name» [«settings-git-url»]\n```\n\nIf you do not have a `«settings-git-url»`, you can omit it to setup a standard Java project as demo.\n\n==== Video Tutorial\n\nifdef::env-github[]\nimage:https://img.youtube.com/vi/NG6TAmksBGI/0.jpg[link=https://www.youtube.com/watch?v=NG6TAmksBGI, width=640,height =360]\nendif::[]\n\nifndef::env-github[]\nvideo::NG6TAmksBGI[youtube]\nendif::[]\n//video::NG6TAmksBGI[youtube, width=640, height=360]\n// end::you[]\n\nSee also our latest video https://vimeo.com/808368450/88d4af9d18[devon ide update @ RISE]\n\n== Documentation\n\n* link:documentation/features.adoc[Features]\n* link:documentation/setup.adoc[Download \u0026 Setup]\n* link:documentation/usage.adoc[Usage]\n* link:documentation/configuration.adoc[Configuration]\n* link:documentation/structure.adoc[Structure]\n* link:documentation/cli.adoc[Command Line Interface]\n* link:documentation/variables.adoc[Variables]\n* link:documentation/settings.adoc[Settings]\n* link:documentation/advanced-tooling.adoc[Advanced-tooling]\n* link:documentation/IDEasy-contribution-getting-started.adoc[Contribution]\n* link:documentation/[Documentation]\n* link:https://github.com/devonfw/IDEasy/discussions[FAQs]\n\n== Contribution Guidelines\n\n*If you want to contribute to `IDEasy` please read our https://github.com/devonfw/IDEasy/blob/main/documentation/IDEasy-contribution-getting-started.adoc[Contribution Guidelines].*\n\n*We use https://github.com/devonfw/IDEasy/issues[GitHub Issues] to track bugs and submit feature requests.*\n\n== License \n\n* link:./LICENSE[License]\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonfw%2Fideasy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevonfw%2Fideasy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonfw%2Fideasy/lists"}