The CDK Lightbox is a tool for visualizing your CDK applications.
Head over to Releases and download the package for your operating system.
Mac M1 - Use the arm64.dmg
release. Download and run to install.
Mac Intel - Use the .dmg
release. Download and run to install.
Windows - Use the .exe
release. Download and run to install.
Linux - Use the .AppImage
release. Download, chmod +x
to execute. For example:
curl -O https://github.com/the-ocf/cdklightbox/releases/download/v0.1.2/The-CDK-Lightbox-0.1.2.AppImage
chmod +x The-CDK-Lightbox-0.1.2.AppImage
./The-CDK-Lightbox-0.1.2.AppImage
Please watch this video to get an introduction to the CDK Workbench.
If you have further questions, ask them at the cdk.dev's Slack server in the #cdklightbox channel.
Donations will ensure the following:
- 🔨 Long term maintenance of the project, including covering build costs and paying for MacOS Developer Licenses.
This project is built with ElectronJS and the Electron React Boilerplate and is completely open source, built by the CDK community, for the CDK community. Please refer to the Contributing doc for how to develop and submit Pull Request.