{"library":"file-manager","type":"library","category":null,"description":"A minimal abstraction layer for file storage that defaults to local disk but can be overridden via event handlers for custom backends like databases. Version 2.0.1 is the current stable release; the package is in maintenance mode with infrequent updates. Unlike cloud-centric storage libraries, it remains simple and synchronous in intent for Node.js projects needing local file I/O with optional extensibility.","language":"javascript","status":"maintenance","version":"2.0.1","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install file-manager","imports":["const FileManager = require('file-manager')","let manager = new FileManager(Path.join(__dirname, 'data'))","manager.saveFile('file.txt', Buffer.from('hello')).then(() => console.log('saved'))"]},{"cmd":"yarn add file-manager","imports":[]},{"cmd":"pnpm add file-manager","imports":[]}],"homepage":"https://github.com/DoctorMcKay/node-file-manager#readme","github":"https://github.com/DoctorMcKay/node-file-manager","docs":null,"changelog":null,"pypi":null,"npm":"file-manager","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}