FPM (Fantom Pod Manager) 2.1.4
Manages pods and their dependencies, providing a targeted environment for building, testing, and running Fantom apps

Fantom Pod Manager (FPM) provides a targeted environment for building, testing, and running Fantom applications.

It provides tools to:

  • query repositories for pods
  • install / delete pods to / from repositories
  • update dependencies for pods and Fantom projects

It is one of those boring system libraries you can't do without!

A typical Fantom installation only allows one version of any given pod. This works fine when developing or running just one application. But when developing multiple projects, each requiring different versions of the same pod; then you either need multiple Fantom environments (one for each application) ... or you need FPM.

FPM maintains a local fanr file repository of Fantom pods, where it can keep multiple versions of the same pod. When a Fantom application is built, test, or run via FPM; then from that repository, FPM cherry picks just the pod versions you need.

Read more...

Install

To install FPM (Fantom Pod Manager) with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install FPM (Fantom Pod Manager) with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:

Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/ directory.

afFpm.pod (244.29 kB)

Use

To use FPM (Fantom Pod Manager) in a Fantom project, add a dependency to the project's build.fan:

depends = ["sys 1.0", ..., "afFpm 2.1.4 - 2.1"]

Documentation

Information

Meta information on the FPM (Fantom Pod Manager) pod:

Published by
Steve Eynon
Organisation
Fantom-Factory Ltd
Pod file size
244.29 kB
Licence
ISC
Built on
18th Dec 2021
Source code
via Git at https://github.com/Fantom-Factory/afFpm
Depends on
compiler, concurrent, fanr, sys
Referenced by
Javascript Compatible
No

Dependency Graph

  Use mouse to re-position pods

Release History

There have been 14 releases of FPM (Fantom Pod Manager):