A launcher that you can customize to have shortcuts for apps. Currently configured to launch various IDEs.
To build this project, you will need npm. Builds are currently only tested on Windows. Mac and Linux may come at a later date.
Make sure you can in the directory where the project is located and then run the following commands:
npm installnpm run package-winA new folder should be created calledrelease-buildswith the following structure:
release-builds
|_ IDE-Launcher-win32-ia32
|_ IDE-Launcher.exe
|_ (other files)