Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliendelplanque/changeimpact
A framework to do change impact analysis written in Pharo.
https://github.com/juliendelplanque/changeimpact
pharo smalltalk
Last synced: 4 days ago
JSON representation
A framework to do change impact analysis written in Pharo.
- Host: GitHub
- URL: https://github.com/juliendelplanque/changeimpact
- Owner: juliendelplanque
- License: mit
- Created: 2017-03-18T12:59:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T13:10:36.000Z (about 7 years ago)
- Last Synced: 2024-10-31T07:05:38.094Z (about 2 months ago)
- Topics: pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 190 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChangeImpact
A framework to do change impact analysis for Pharo.## Load the project
```
Metacello new
baseline: 'ChangeImpact';
repository: 'github://juliendelplanque/ChangeImpact/repository';
load
```