Windows
How to install and run Huba on Windows.
You can install Huba using npm.
npm install -g @sergeyzwezdin/huba
Once installed, launch Huba from the terminal:
To upgrade Huba to the latest version:
npm install -g @sergeyzwezdin/huba@latest
To remove Huba from your system:
npm uninstall -g @sergeyzwezdin/huba