Appearance
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.
Installation via npm
npm install -g @taplo/cli
This will install the taplo
executable globally.
Installation via yarn
yarn global add @taplo/cli
This will also install the taplo
executable globally.
Run with npx
Alternatively you can run it once "without installing" via npx:
npx @taplo/cli --help