clean-code-metrics
Version:
metrics for clean code
36 lines (31 loc) • 887 B
Markdown
- prettier
- [ ] track formatting
- jest
- [ ] discuss coverage tracking
- api endpoints:
- [ ] cli endpoint (chalk)
- config parameter
- raw content option for list command
- validate taskfilter content in summary
- check command
- doctor command
- ignore file & package.json entry & inline
- [ ] graphana / prometheus
- [ ] json
- track dependency versions
- [ ] npm
- track vulnerabilities
- [ ] snyk
- task metrics
- [x] get total tasks of a type
- [ ] log the age of tasks and their last edit
- [ ] sum(age of tasks)
- [ ] OPTIONALLY track file renaming
# Todos:
- improve README.md
- normalize all paths
- replace massive snapshot test with specific tests
- add basepath option to commands
- cli list output calculate max task length on a file basis
# Bugs:
- relative paths aren't mananged correctly. -> see normalize all paths