Skip to content

Written on top of default implementation of FileSystem. Includes extra functionality.

Notifications You must be signed in to change notification settings

PatrykSitko/file-system-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Written on top of default implementation of FileSystem. Includes extra functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published