FPM (Fantom Pod Manager) 0.0.12Provides a targeted environment for building, testing, and running Fantom applications (Internal)
FPM (Fantom Pod Manager) is a support library that aids Alien-Factory in the development of other libraries, frameworks and applications. Though you are welcome to use it, you may find features are missing and the documentation incomplete.
Fantom Pod Manager (FPM) provides a targeted environment for building, testing, and running Fantom applications.
It provides tools to:
- query repositories for pod versions
- install / uninstall pod versions
- update dependencies for applications
It is one of those boring system libraries you quickly find you can't do without!
A typical Fantom installation only allows one version of any given pod. This works fine if you're just developing and running the one application. But if you're developing multiple applications, 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 keeps 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.
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.
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 0.0.12 - 0.0"]
Documentation
Information
Meta information on the FPM (Fantom Pod Manager) pod:
- Published by
- Steve Eynon
- Organisation
- Alien-Factory
- Pod file size
- 219.73 kB
- Licence
- ISC Licence (ISC)
- Built on
- 25th Apr 2017
- Source code
- via Mercurial at https://bitbucket.org/AlienFactory/affpm
- Depends on
- compiler, concurrent, fanr, sys, util
- Referenced by
- Javascript Compatible
- No
Dependency Graph
Release History
There have been 16 releases of FPM (Fantom Pod Manager):