Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 968 Bytes

index.rst

File metadata and controls

27 lines (19 loc) · 968 Bytes

SBT Native Packager Logo

The sbt-native-packager attempts to make building packages for different operating systems easier. While it provides some basic abstractions around packaging, it also allows you to dig down into the nuts and bolts of each platform as needed to generate the best package possible.

"Code once, deploy anywhere"

Read the :ref:`introduction` to learn how native-packager works. The :ref:`getting-started` guide will help you set up your first package. The :ref:`packaging-formats` and :ref:`archetypes` sections explain the different plugins in more detail, while :ref:`recipes` provide solutions for common configurations.

Sitemap

.. toctree::
  :maxdepth: 2

  introduction
  Getting Started <gettingstarted.rst>
  Formats <formats/index.rst>
  Archetypes <archetypes/index.rst>
  Recipes <recipes/index.rst>