filestotext
v1.1.1
Published
A simple command line utility to convert files to text files
Readme
fileToText
A simple cli tool to convert all file in a directory to text files while preserving the original content
|-helloWorld.js
\-test.jsBecomes
|-helloWorld.js
|-helloWorld.js.txt
|-test.js
\-test.js.txt