1.0.2 • Published 11 months ago

file-system-es6 v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

npm i file-system-es6

Written on top of default implementation of FileSystem.

Includes extra functionality:

  • exec(command)
  • isFile(path)
  • isDirectory(path)
  • copyFileSync(source, target)
  • copyFolderRecursiveSync(source, target)
  • isCommandAvailable(command)
  • getFileName(filePath)
  • path
  • projectPath

This is a great example of what's missing from the default filesystem implementation of JavaScript.

Feel free to contribute!