Multi-platform assistant to facilitate the installation of CLion and its dependencies on Windows, Mac and Linux.
Download the corresponding package from the releases page.
To run the assistant from its sources, you need NodeJS and npm.
First, clone this repository:
git clone https://github.com/jachinte/clion-installer
cd clion-installerSecond, install the dependencies:
npm installAnd third, run the application:
npm startOn Linux, you need rpm.
To package the assistant:
npm run packageAnd to generate an installer:
npm run makeIf you have any questions about this program, or something doesn't work as expected, please submit an issue here.



