from some light testing, it looks like janet-pm
ultimately makes use of a bundle
subdirectory (which gets created if there isn't one already) within a project's directory.
i have a project that already has a bundle
directory (it predates janet-pm
) and for that project, i observe that janet-pm
makes use of the bundle
dir and its content (e.g. init.janet
and info.jdn
).
if i remove the bundle
subdirectory and then use janet-pm
, it looks like a bundle
subdirectory is created and populated (so that it makes use of project.janet
-- the content of bundle
looks to be dependent on spork
).