Install TruAPI
This task describes how to install TruAPI to develop scripts with java script code.
-
Install the latest Node.js 18.x (x64) version.
-
Create a script directory and set the path to the new directory.
Example:
mkdir c:\MyTruAPI
cd MyTruAPI
-
Download and copy the TruAPI package to your script directory.
-
Install the TruAPI package.
-
Open a cmd window.
-
Type the following command:
npm install -g <script directory>\truapi-1.0.0.tgz
-
-
Create a script with TruAPI. FOr details, see Create a script with TruAPI.