handy-warup

A patch generator/applier written in Java

Лицензия

Лицензия

Группа

Группа

fr.vidal.oss
Идентификатор

Идентификатор

handy-warup
Последняя версия

Последняя версия

0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

handy-warup
A patch generator/applier written in Java
Ссылка на сайт

Ссылка на сайт

https://github.com/vidal-community/handy-warup
Система контроля версий

Система контроля версий

https://github.com/vidal-community/handy-warup

Скачать handy-warup

Имя Файла Размер
handy-warup-0.1.pom 8 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/fr.vidal.oss/handy-warup/ -->
<dependency>
    <groupId>fr.vidal.oss</groupId>
    <artifactId>handy-warup</artifactId>
    <version>0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.vidal.oss/handy-warup/
implementation 'fr.vidal.oss:handy-warup:0.1'
// https://jarcasting.com/artifacts/fr.vidal.oss/handy-warup/
implementation ("fr.vidal.oss:handy-warup:0.1")
'fr.vidal.oss:handy-warup:pom:0.1'
<dependency org="fr.vidal.oss" name="handy-warup" rev="0.1">
  <artifact name="handy-warup" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.vidal.oss', module='handy-warup', version='0.1')
)
libraryDependencies += "fr.vidal.oss" % "handy-warup" % "0.1"
[fr.vidal.oss/handy-warup "0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • generator
  • applier

Handy Warup

Handy Warup

Build Status Coverage Status

Handy what?

Diff once, apply everywhere.

-- Guybrush Threepwood

Handy Warup is a patch generator/applier written in Java. The idea is to execute file operations, described in a specific generated file, in batch.

It is obviously broken down into 2 parts:

  1. generator: simple (Linux-only) Bash script to generate a diff file between two archives
  2. applier: Java program to consume the diff file and apply it to a specified local directory

Getting started

As simple as:

 $> mvn install
fr.vidal.oss

Версии библиотеки

Версия
0.1