Skip to content
forked from devonfw/IDEasy

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).

License

Notifications You must be signed in to change notification settings

hohwille/IDEasy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDEasy

Logo

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).

Apache License, Version 2.0 Maven Central Build Status Update URLS Status Nightly Release Coverage Status

Pitch

With IDEasy you can create a very small git repo with the configuration of the dev environment of your software project. Developers 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.

No more manual steps to install and configure, no diff-wars, no more dev setup manuals, no more "its not working on my machine"!

Among many alternatives we believe IDEasy is the best solution for project centric software development needs esp. with its sandbox concept.

Not yet convinced? See features.

Setup

Prerequisites

All you need before installing IDEasy is git.

Install

Download the latest version of IDEasy from here and install it. (You can find all Releases in Maven Central)

Create projects

Once installed, you can setup a new project with the following command:

ide create «project-name» [«settings-git-url»]

If you do not have a «settings-git-url», you can omit it to setup a standard Java project as demo.

Video Tutorial

0

See also our latest video devon ide update @ RISE

Contribution Guidelines

If you want to contribute to IDEasy please read our Contribution Guidelines.

We use GitHub Issues to track bugs and submit feature requests.

License

About

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%