Skip to content

adequaat/local-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Super simple util lib for file and folder copying, reading, writing, removing and creating.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published