1.0.0 • Published 3 years ago

npm-file-component v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

About

This package allows easy manupulate with file upload/download/rename/copy/delete by just sending standard command. However behind scenes - you can use any protocol to work with file storage - ftp, sftp, local folder. This is amazing library if you have continious integration with multiple environments, for example - dev - you work with files locally, sandbox - you use some external ftp to store files, and production - is sftp or persistent docker storage.

Install dependencies

Whenever dependencies in package.json are changed, run the following command:

npm install