All Projects β†’ jcabi β†’ jcabi-manifests

jcabi / jcabi-manifests

Licence: other
Java library for convenient reading of MANIFEST.MF files available in classpath

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to jcabi-manifests

Webpub Manifest
πŸ“œ A JSON based Web Publication Manifest format used at the core of the Readium project
Stars: ✭ 46 (-19.3%)
Mutual labels:  manifest
Gulp Rev
Static asset revisioning by appending content hash to filenames: `unicorn.css` β†’ `unicorn-d41d8cd98f.css`
Stars: ✭ 1,540 (+2601.75%)
Mutual labels:  manifest
Learning Pwa
πŸ“±some samples and blogs about how to start with your first PWA
Stars: ✭ 162 (+184.21%)
Mutual labels:  manifest
Bagit Java
Java library to support the BagIt specification.
Stars: ✭ 65 (+14.04%)
Mutual labels:  manifest
Vue Pwa Asset Generator
PWA asset generator perfect with VueJS framework (but useful for all PWA!)
Stars: ✭ 97 (+70.18%)
Mutual labels:  manifest
Webapp Webpack Plugin
[DEPRECATED] use favicons-webpack-plugin instead
Stars: ✭ 127 (+122.81%)
Mutual labels:  manifest
Pwacompat
PWACompat to bring Web App Manifest to older browsers
Stars: ✭ 1,009 (+1670.18%)
Mutual labels:  manifest
wext-manifest-loader
Webextension Manifest Generator that you specify `manifest.json` properties to appear only in specific browsers and environment
Stars: ✭ 23 (-59.65%)
Mutual labels:  manifest
Pwa Asset Generator
Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.
Stars: ✭ 1,787 (+3035.09%)
Mutual labels:  manifest
Inline Manifest Webpack Plugin
inline your webpack manifest (runtime code) with a script tag to save http request
Stars: ✭ 157 (+175.44%)
Mutual labels:  manifest
Manifest
Origin of dotOS
Stars: ✭ 69 (+21.05%)
Mutual labels:  manifest
Gradle Util Plugins
Fix for windows gradle long classpath issue. Fixes JavaExec tasks that error out with message "CreateProcess error=206, The filename or extension is too long"
Stars: ✭ 87 (+52.63%)
Mutual labels:  manifest
Pwafire
Progressive Web Apps API of APIs
Stars: ✭ 137 (+140.35%)
Mutual labels:  manifest
Yinyue
πŸ–Version Of Progressive Web App ( Serverless )
Stars: ✭ 57 (+0%)
Mutual labels:  manifest
Docker Registry Ui
Docker Registry UI
Stars: ✭ 233 (+308.77%)
Mutual labels:  manifest
Pwa Module
Zero config PWA solution for Nuxt.js
Stars: ✭ 1,033 (+1712.28%)
Mutual labels:  manifest
Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (+117.54%)
Mutual labels:  manifest
kirby-hashed-assets
πŸ›· File name hashes support for css() and js() helpers. Without rewrite rules!
Stars: ✭ 15 (-73.68%)
Mutual labels:  manifest
Jfa Pwa Toolkit
⚑️ PWA Features to Any Website (very Fast & Easy)
Stars: ✭ 245 (+329.82%)
Mutual labels:  manifest
Ember Web App
NOTICE: official repository moved to https://github.com/zonkyio/ember-web-app
Stars: ✭ 143 (+150.88%)
Mutual labels:  manifest

logo

EO principles respected here Managed by Zerocracy DevOps By Rultor.com

mvn PDD status Maven Central Javadoc Dependencies

More details are here: manifests.jcabi.com.

Also, read this blog post: How to Read MANIFEST.MF Files.

Manipulations with MANIFEST.MF files made easy:

import com.jcabi.manifests.Manifests;
public class Main {
  public static void main(String[] args) {
    String version = Manifests.read("JCabi-Version");
    System.out.println("version is " + version);
  }
}

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].