Installation

@codingtools/cdt is essentially a npm package that can be installed over npm.

Using Npm or Yarn

Requirements

  • Node.js version >= 8.0.0 or above (which can be checked by running node -v). You can use nvm for managing multiple Node versions on a single machine installed
  • Using Npm or Yarn

Installation Using NPM

npm install -g @codingtools/cdt

Installation Using Yarn

yarn global add @codingtools/cdt

Using Installers and Tarballs

using windows installer

you can find windows installers for latest release here

using MacOs installer

you can find MacOs installers for latest release here

using Ubuntu/Debian Packages

will be available soon..