0.0.2 • Published 1 year ago

@spikedpunch/stacks-fs v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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

1 year ago