file-transformer
A utility to transform file contents for easy upload / storage over cloud
Usage:
via npx ( Recommended: Gets the latest & greatest code everytime you run the command )
$ npx npx-bin/file-transformer <filename_or_path>
via npm (Installs globally and doesn't require download each time)
Step 1: Install the package globally
$ npm i -g @kcak11/file-transformer
Step 2: Run the command
$ file-transformer <filename_or_path>
Requires:
- npm@5.2.0 (or greater) version to be installed
Note: You can check the version using the following command:
$ npm --version
© 2019 kcak11.com