This project demonstrates the integration of the @sap_oss/automated-usage-tracking-tool with a JavaScript CLI client application.
../examples/javascript-cli-client/
├── package.json
├── src/
│ ├── index.js
│ └── lib/
│ └── automatedUsageTrackingToolWrapper.js
To install the dependencies, run:
npm installTo build and run the project, use the following command:
npm startThis will compile the JavaScript code and execute the resulting JavaScript file.
This is the entry point of the application. It imports and uses functions from automatedUsageTrackingToolWrapper.js.
This file contains the wrapper functions for the @sap_oss/automated-usage-tracking-tool. It includes functions like trackUsage and trackUsageArguments.
This project is licensed under the ISC License. See the LICENSE file for details.