Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nullvoxpopuli/ember-component-stats
- Owner: NullVoxPopuli
- Created: 2019-11-24T17:11:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:36:24.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T20:51:41.887Z (about 2 months ago)
- Topics: cli, ember, hacktoberfest, stats
- Language: TypeScript
- Homepage:
- Size: 1.37 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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/repoember-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 componentsSee src/gather.ts for potentially adding support for:
- classic structure
- non-nested co-located componentsPRs welcome ;)