0.0.1-beta • Published 3 years ago

@falsis/fseasy v0.0.1-beta

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

FsEasy

FsEasy - A simplified version of the fs module for Node.js with new functions added.

Function List

  • Read File
<fse>.readFile("package.json", "name")
  • Write File
<fse>.writeFile("package.json", "test")
  • Append File
<fse>.appendFile("package.json", "test")
  • File Exists
<fse>.fileExists("package.json") //boolean
  • Delete File
<fse>.deleteFile("package.json")

More funcs, coming soon...

Contributors

Thanks: falsisdev, lunexdev, aloima, demir09