8000 GitHub - ashley0143/fseasy: FsEasy - A simplified version of the fs module for Node.js with new functions added.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ashley0143/fseasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, eym3xn, aloima, demirdegerli, iamashley0

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

0