@kcak11/file-transformer

A utility to transform file contents for easy upload / storage over cloud.

Usage no npm install needed!

<script type="module">
  import kcak11FileTransformer from 'https://cdn.skypack.dev/@kcak11/file-transformer';
</script>

README

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