Fantom Pod Manager 0.0.4Provides a targeted environment for compiling, testing, and running Fantom applications (Internal)
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 compiling, testing, and running Fantom 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 Fantom Pod Manager with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install 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 Fantom Pod Manager in a Fantom project, add a dependency to the project's build.fan
:
depends = ["sys 1.0", ..., "afFpm 0.0.4 - 0.0"]
Documentation
Information
Meta information on the Fantom Pod Manager pod:
- Published by
- Steve Eynon
- Organisation
- Alien-Factory
- Pod file size
- 189.74 kB
- Licence
- ISC Licence (ISC)
- Built on
- 10th Apr 2016
- 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 Fantom Pod Manager: