0.0.2 • Published 11 months ago
@spikedpunch/stacks-fs v0.0.2
stacks-fs
This is a file system plugin for stacks. All Models and Objects are stored in the file system as JSON
files.
File Structure
/baseDir / * /
StoreContext
{
name: 'stacks:fs',
version: <the-current-version>,
store: {
baseDir: string, // The base directory
options: FsOptions, // The options object used to create the plugin
fs: fs // The underlying fs object being used
}
}
0.0.2
11 months ago