Skip to content

ModFS is a json format processor and also used in MMRL as the ModFS system. See it in action at mmrl.dergoogler.com

License

Notifications You must be signed in to change notification settings

DerGoogler/modfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModFS

// TODO

import ModFS from "./src/index";

const fs = new ModFS({
  ADB: "/data/adb",
  MODULES: "<ADB>/modules",
});

const text = ModFS.format("Nice one, <NAME>", {
  NAME: "Kevin",
});

console.log(text);

console.log(fs.get("MODULES"));

console.log(fs.formatEntries());

console.log(fs.stringify(null, 4));

console.log(fs.stringifyEntries(null, 4));

About

ModFS is a json format processor and also used in MMRL as the ModFS system. See it in action at mmrl.dergoogler.com

Topics

Resources

License

Stars

Watchers

Forks