Adapter / @fjell/lib-fs
Files on a local filesystem
Provides file-oriented operations for local content, development, and exports.
How to use it
Provides file-oriented operations for local content, development, and exports.
Minimal project sample
const files = createFilesystemLibrary(registry, coordinate, { root:"./data/assets" });
await files.operations.upsert(file);Where it connects
This component participates in the Fjell workflow as a adapter layer. See the complete relationship map and sample application to understand its neighbors.
See architecture → See sample app →