Installation

Installing Tampered Console

Tampered Console is currently released in two repositories. It is available in NPM Registry and in GitHub Packages.

It is always recommended to install the package through NPM Registry. This assures the users that they are using the main release of the software. Using releases via GitHub Packages is also fine but note that we make use of GitHub Packages to test releases before we publish it finally in the NPM Registry.

NPM Registry

The package installation is as easy as installing any other package in the NPM Registry.

npm i --save tampered-console

GitHub Packages

GitHub Packages also uses the same package manager as the NPM Registry, there's no need to install anything to use the release from GitHub Packages.

npm install --save @mrwnmncd/tampered-console

Just like any other software, it is always best to install the latest version.

To discourage previous version installation, documentations for versions older than version 2.2.0 are purged.

Last updated