Closed shah closed 3 years ago
factory/core/std/mod.ts
is now the standard way of loading the RF core modules. They should be used like this in deps.ts
:
export * as rfGovn from "../../../github.com/resFactory/factory/governance/mod.ts";
export * as rfStd from "../../../github.com/resFactory/factory/core/std/mod.ts";
Of course the relative paths are useful for development but production should use the tagged/pinned URLs.
rfGovn
should remain separate from rfStd
.
For external library consumers:
std/*.ts
modules into a singlefactory/core/std/mod.ts