1.4.0 • Published 11 months ago

spinne v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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
1.4.0

11 months ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.0

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago