@adequaat/local-io

v1.1.2
Super simple util lib for file and folder copying, reading, writing, removing and creating.
ESM text file folder directory

local-io

Super simple util lib for text based files and folder copying, reading, writing, removing and creating.
All functions return promises.

Available functions as named exports:

  • append (path, content, options = encoding)
  • read (path)
  • write (path, content, options = encoding)
  • copy (fromPath, toPath)
  • remove (path)
  • makeDir(path)
  • removeDir (path)
npm i @adequaat/local-io

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 1/10/2023

Downloads

Maintainers