Skip to content

Commit

Permalink
Refactor README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Nov 19, 2024
1 parent a4ac796 commit 8888506
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Scala Packager
Submodule of [Scala CLI](https://github.com/Virtuslab/scala-cli) used to package applications in native formats.

Submodule of ScalaCLI to package application in native formats.

The main goal of this project is to create simple scala library which packaging binary app to the following formats:
The main goal of this project is to create simple scala library which packages binary apps in the following formats:
* Linux
* RedHat
* Debian
Expand All @@ -14,13 +13,10 @@ The main goal of this project is to create simple scala library which packaging
* Docker

## Modules

The project consists of two dependent modules

### Cli

Provides the command line application interface to building native formats. It is used in [scala-cli](https://github.com/VirtusLab/scala-cli/blob/main/.github/scripts/generate-os-packages.sh) for generating os package.

### Packager

Core library for generating specific native package.

0 comments on commit 8888506

Please sign in to comment.