Your first scan
Learn how to run your first component scan with CLI's init command.
The first scan goes through the init
command that takes you through a guided process.
To start the component analysis, navigate to the root of the repo you wish to scan and run:
npx @omlet/cli init
This will install the latest version of the CLI and will ask you to log in to your Omlet account.

If the repository you scanned includes only a single package, the CLI will prompt you to scan more repositories. Make sure to scan both the design system and the application projects. This will allow you to see the adoption of your design system for those projects.

After completing the scans, follow the link to set up your analytics dashboard.

Last updated