An open API service indexing awesome lists of open source software.

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)

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 :).

[![Build status](https://travis-ci.org/robinst/jar-manifest-formatter.svg?branch=master)](https://travis-ci.org/robinst/jar-manifest-formatter)

License
-------

Copyright (c) 2015-2016 Robin Stocker

MIT licensed