Skip to content

spinne is a cli tool that analyzes your project code and finds information about prop usage and other design system analytics.

Notifications You must be signed in to change notification settings

tim-richter/spinne

Repository files navigation

Spinne

Spins a web of components and analyzes prop usage, adoption and more!

Installation

npm i -g spinne

Usage

To scan for components in your current directory:

spinne scan

This command will output the results in a file 'scan-data.json'. If you want to output it directly to the console you can use -o console:

spinne scan -o console

Options

  • -d, --directory <path>: scan from a different directory
  • -o, --output <format>: define the output format
  • -i, --ignore <path>: define ignored folders. this is set to a reasonable default, but if you need more control over the scanned .tsx files, you might need to use this. paths will gets matched against all subpaths. You can define multiple via -i fixtures dist, or -i fixtures -i dist

About

spinne is a cli tool that analyzes your project code and finds information about prop usage and other design system analytics.

Resources

Stars

Watchers

Forks