Build high-quality cloud-native applications for Kubernetes, regardless of your IDE or language.
Codewind enables you to create applications from a template or sample and includes support for launching, updating, testing, and debugging in Docker containers on the desktop. Codewind also supports these features on Kubernetes. You can use Codewind to move existing applications to Docker and Kuberenetes. Codewind provides validation to ensure that applications follow best practices.
Use the following instructions to install Codewind with your choice of editor:
- Clone the
codewind
repository. - Run the
./script/build.sh
script to run the Codewind build, or run the./run.sh
script to build and start Codewind.
After you build Codewind with the build scripts, you can build one of the IDEs for Codewind:
- For Eclipse, see "Building" in the
codewind-eclipse
repository. - For VS Code, see "Building Codewind from the source" in the
codewind-vscode
repository.
We welcome submitting issues and contributions.