Skip to content

Lists files in a git repository based on their change frequency

Notifications You must be signed in to change notification settings

beckerei/list-hot-spots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Use

Run npx beckerei/list-hot-spots in any git repository.

It generates a hot-spots.json file with the all pathes in the project and the number of commits made in that pace.

Example output

[
  {
    "id": "cli.js",
    "name": "cli.js",
    "commitCount": 3
  },
  {
    "id": ".gitignore",
    "name": ".gitignore",
    "commitCount": 2
  },
  {
    "id": "package.json",
    "name": "package.json",
    "commitCount": 1
  },
  {
    "id": "README.md",
    "name": "README.md",
    "commitCount": 1
  }
]

About

Lists files in a git repository based on their change frequency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published