Installation

Prerequisites

Tony requires Node version 12.0 or greater. To check your Node version run node -v.

Install with Yarn

yarn global add tony-lang

Install with NPM

npm install -g tony-lang

Install from GitHub

git clone git@github.com:tony-lang/tony.git
yarn install
yarn build
yarn link

Test installation

Run tony -v to ensure that the installation was successful.