Socket
Socket
Sign inDemoInstall

component-stats

Package Overview
Dependencies
110
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    component-stats

[About this repo](#about-this-repo) | [Project board](#project-board) | [How to use this repo](#how-to-use-this-repo)


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Component Stats

About this repo | Project board | How to use this repo

About this repo

This tool tracks progress against the project to update Shopify/web to remove duplicate components in favor of a single, extensible component and remove use of polaris-next.

The tool generates usage statistics for a target directory.

Current statusOwnerHelp
ongoing@polaris-team#core-deliver-global-components

Project board

World class admin components

How to use this repo

To run the script on an existing Shopify repository, make sure you have that repository cloned to your computer.

Make sure Git and Node.js are installed on your computer. You should be on Node version 14+. Run the following commands in your terminal to get started:

$ git clone https://github.com/Shopify/component-stats    # git clone repository
$ cd component-stats                                      # access the files
$ npm install                                             # install dependencies
$ npm link                                                # enable global access to dev-stats command
$ dev-stats --type [stat type] [target directory]         # run locally

Note: If you get a permission denied error for npm link, run the command with sudo.

Example usage

If Shopify/web is cloned in the same parent folder as component-stats, the command to run the script should be as follows:

$ dev-stats --type scss ../web

Generate a single SCSS stats file for the target directory.

dev-stats --type scss ../web/packages/@Shopify/polaris-next

Generate historical SCSS stats files for the target directory.

dev-stats --type scss --historical ../web/packages/@Shopify/polaris-next

Note: The above commands will output the generated stats in the current working directory unless overridden by the --output-dir flag or OUTPUT_DIR environment variable.

Run dev-stats --help for detailed usage descriptions.

FAQs

Last updated on 30 Sep 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc