file-system-es6

1.0.2 • Public • Published

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!

Package Sidebar

Install

npm i file-system-es6

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

3.68 kB

Total Files

3

Last publish

Collaborators

  • patryksitko