![latest 3.x](https://img.shields.io/badge/latest stable-3.x-green.svg) ![latest 4.x](https://img.shields.io/badge/latest dev-4.x-yellowgreen.svg)
High performance, open source developer environments in the cloud.
- che: [Main assembly repo - start here] (https://github.com/codenvy/che)
- che-plugins: [Language & tooling extensions] (http://github.com/codenvy/che-plugins)
- che-depmgt: [Maven dependency management POM] (http://github.com/codenvy/che-depmgt)
- che-parent: [Maven parent POM] (http://github.com/codenvy/che-parent)
- cli: [CLI for interacting with Che remotely] (http://github.com/codenvy/cli)
- eclipse-plugin: [Eclipse IDE plug-in for Che projects] (http://github.com/codenvy/eclipse-plugin)
This module contains the platform API, virtual file system, testing framework, IDE skeleton, and commons. You need Java SDK 1.8 and maven 3.x to build this module.
Che is open sourced under the Eclipse Public License 1.0.
git clone https://github.com/codenvy/che-core.git
If master is unstable, checkout the latest tagged version.
cd che-core
mvn clean install
Framework used to test plugins.
Implementation of VirtualFileSystemProvider for a plain file system.
Commons classes used by components and sub-modules.
The skeleton of an IDE as a web application that includes UI components, client side API, editors abstractions, wizards, panels, debugger, etc.
Clients for platform API (server side REST services).
Che API, including models and REST services.