Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nullvoxpopuli/ember-component-stats


https://github.com/nullvoxpopuli/ember-component-stats

cli ember hacktoberfest stats

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ember-component-stats

View info about component usage in your app

```
npx ember-component-stats
```

## Install

Choose your favorite
```
volta install ember-component-stats
yarn add --global ember-component-stats
npm install --global ember-component-stats
```

## Usage

```
cd /to/your/app/repo

ember-component-stats

# or

ember-component-stats --path to/app/dir
# (app/ is default)
```

Note:
This currently only works on apps that use:
- pods for components
- nested co-located components

See src/gather.ts for potentially adding support for:
- classic structure
- non-nested co-located components

PRs welcome ;)