NPM
The default build of Taplo is published to NPM as @taplo/cli
. You will need Node.js (tested with 16 and up) in order to use it.
Install with npm
sh
npm install -g @taplo/cli
Install with Yarn
sh
yarn global add @taplo/cli
Install with pnpm
sh
pnpm install -g @taplo/cli
Run without installing
Alternatively you can run it once "without installing":
sh
npx @taplo/cli --help
sh
pnpm dlx @taplo/cli --help