https://github.com/robinst/jar-manifest-formatter
Pretty-prints JAR manifest files (used by OSGi)
https://github.com/robinst/jar-manifest-formatter
Last synced: 8 months ago
JSON representation
Pretty-prints JAR manifest files (used by OSGi)
- Host: GitHub
- URL: https://github.com/robinst/jar-manifest-formatter
- Owner: robinst
- License: mit
- Created: 2015-04-16T02:15:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T03:42:12.000Z (about 10 years ago)
- Last Synced: 2025-02-07T04:15:52.671Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://robinst.github.io/jar-manifest-formatter/
- Size: 7.81 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jar-manifest-formatter
======================
MANIFEST.MF files in jars (used by OSGi) can sometimes be a bit tricky
to read because the format hard-wraps long lines in the middle of words.
So paste the contents here and enjoy the formatted/sorted output:
https://robinst.github.io/jar-manifest-formatter/
Pull requests welcome :).
[](https://travis-ci.org/robinst/jar-manifest-formatter)
License
-------
Copyright (c) 2015-2016 Robin Stocker
MIT licensed