Skip to content

npx-bin/file-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

License: MIT License

ยฉ 2019 kcak11.com