1.4.0 • Published 1 year ago

spinne v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago