https://github.com/joyrex2001/go-instabl
go-instabl is a static analysis tool that will calculate the instability metric.
https://github.com/joyrex2001/go-instabl
golang
Last synced: 3 months ago
JSON representation
go-instabl is a static analysis tool that will calculate the instability metric.
- Host: GitHub
- URL: https://github.com/joyrex2001/go-instabl
- Owner: joyrex2001
- License: mit
- Created: 2019-06-03T19:54:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T18:04:36.000Z (about 6 years ago)
- Last Synced: 2025-03-24T16:51:45.697Z (4 months ago)
- Topics: golang
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-instabl
go-instabl is a static analysis tool that will calculate the instability
metric. The closer the value gets to 0, the more packages inside the code base
rely on this package, and the more responsible the package is. This means, the
package is considered stable, and changes to this package may have significant
impact on other packages. When the value is closer to 1, the package is more
resilient to changes, as it is less coupled to other packages.Install with:
```
go get github.com/joyrex2001/go-instabl
```And check analyze your repo with:
```
go-instabl src/github.com/meand/myrepo
```See also: https://en.wikipedia.org/wiki/Software_package_metrics