scrolls.filesystem module

class scrolls.filesystem.Filesystem(dependencies)[source]

Bases: object

hasPackage(pkgName)[source]
read(path)[source]
readJson(path)[source]
readLines(path)[source]
run(commands)[source]
write(path, contents, silent=False)[source]
writeJson(path, data)[source]
writeLines(path, lines)[source]