Installation

Install `cnsh` globally using npm:

npm install -g cnsh --verbose

Once installed, you can start managing your packages with cnsh commands.

Uninstallation

If you need to uninstall `cnsh`, you can do so with the following command:

npm uninstall -g cnsh

This will remove the global installation of `cnsh` from your system.