By ChatSurf
-
Version: 1.0.0
A basic json config storage plugin
// Setup
const config = require("./chatsurf-fs").loadConfig(__filename);
// Getter
config.get("path.to.something[0]");
// Setter
config.set("path.to.something[0]", "my data");