Installation
Follow these instructions to install and use Nipo.
Prerequisites
Section titled “Prerequisites”- Node.js (v14 or higher) - used to install the global binary runner.
Installation
Section titled “Installation”Install Nipo globally using npm:
npm install -g nipo-tunnelUninstallation
Section titled “Uninstallation”To completely remove Nipo Tunnel and its configuration from your system:
# 1. Uninstall the npm packagenpm uninstall -g nipo-tunnel
# 2. Remove configuration and core binary# Windows (PowerShell)Remove-Item -Recurse -Force ~/.nipo# Mac/Linuxrm -rf ~/.nipo