Installation
If you are comfortable having it installed on your system and don’t want to type npx
all the time, you can install it
Prerequisites
-
git Envshh completely depends on git. Make sure you have git installed.
-
NodeJS NodeJS comes with a package manager like
npm
by default with most of the systems. Make sure you have the package manager installed by runningnpm --version
. If you prefer any other package manager likepnpm
oryarn
, Great. Use it to install / execute Envshh commands.
Installation
You can install envshh using any of the following package managers
with npm
npm install -g envshh
with pnpm
pnpm install -g envshh
with yarn
yarn global add envshh
Uninstall
-
First clear the database and delete the configuration directory. Learn More about this here
envshh db clear
-
Then uninstall the package
with
npm
npm uninstall -g envshh
Or follow you package manager’s uninstallation guide.