Clone the repository and install dependencies:
git clone https://github.com/syrnxalno/envsync.git
cd envsync
npm installRun the CLI directly with Node.js:
node ./src/cli.jsor link the package to make the envsync command available globally:
npm link
envsync