Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.scanoss.com/llms.txt

Use this file to discover all available pages before exploring further.

SCANOSS-JS can be installed globally on your system and used as a CLI, or added to your Node.js project as a dependency.

Prerequisites

Before you begin, ensure you have the following installed:
  • Node.js and npm (Node.js v14 or later recommended) — installing Node.js includes npm

Installation

CLI Installation

To install the SCANOSS CLI globally on your system:
npm install -g scanoss

SDK Installation

To install the SCANOSS SDK as a dependency in your Node.js project:
npm install scanoss