https://github.com/ensoft/jamjar
Jam target and dependency inspection tool
https://github.com/ensoft/jamjar
Last synced: about 2 months ago
JSON representation
Jam target and dependency inspection tool
- Host: GitHub
- URL: https://github.com/ensoft/jamjar
- Owner: ensoft
- License: mit
- Created: 2015-12-01T14:31:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-14T16:00:20.000Z (over 3 years ago)
- Last Synced: 2025-01-28T13:48:09.039Z (4 months ago)
- Language: Python
- Size: 54.7 KB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JamJar
======Jam target and dependency analysis tool.
To get started, generate a jam log file with debug output (e.g. `jam -ddmc`)
and run jamjar:```
$ python3 -m jamjar -f jam-debug.log
```