KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ember-component-stats
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
FPGA_piano
:
基于FPGA的数字电子琴设计
apollo-server-plugin-server-timing
:
Adds server-timing response headers for Apollo Server
plugin-decorator
:
Vuex ORM decorator for model field definitions.
JitterGameDemo
:
Releases
ProjectFiles
:
Codes_ImageEncryption
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ember-component-stats
?
Download (.md)
# 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 ;)