Simple and easy to use Debian post-install cli application
NOTE: This application is for DEBIAN ONLY. And is not intended for use on other Linux distributions. So if you want to target this app to other Linux distributions, you will modify it. Remember to read the use license before modifying this application
This little application is written in JavaScript. You must install Node.js to run this application. You can find Node.js installers for Debian here. Or you can just install it from the Debian's APT repository
sudo apt install nodejs npm
To run this application is very easy. You just need to download the source code and go there with your terminal. There, run this command to install the required packages
npm i
After doing this, you can run the application with the following command
npm start