prepend-file-cli
v1.0.6
Published
Prepend data to a file.
Readme
prepend-file-cli 
Prepend data to a file, creating the file if it not yet exists.
Install
$ npm install -g prepend-file-cliUsage
Usage
$ prepend [file] [content]
Example
$ prepend testfile.txt PrependThis
$ prepend testfile.txt "Prepend more"Related
License
MIT © Martin van Driel
