This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
fpm home support #340
amitu
started this conversation in
Ideas & RFC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is common for people to work on more than one package at a time. In Git, every
repo is checked on a folder on its own, with no relationship between folders
corresponding to different git repos.
Documents in FPM package can refer to other FPM packages. So if you are working
on both packages
amitu
andamitu/realm
for example, it is handy to checkoutamitu
in a folder namedamitu
and the packageamitu/realm
inamitu/realm
.All packages in FPM should be checked out in "fpm home" folder. You can have more
than one
fpm home
if you so desire for whatever reason.fpm home
discoveryfpm
tool expects the.fpm.ftd
in afpm home
, and traverses up the foldertree till it finds it, that folder is called
fpm home
.Note:
fpm home
is optional. If.fpm.ftd
file is not found in the expectedlocation it is assumed that the package is in standalone mode.
Package Folder
A package with name
x/y
is check-out/expected to be in$FPM_HOME/x/y
.Beta Was this translation helpful? Give feedback.
All reactions