append-top
v1.0.1
Published
Append a line to the top of file. Use it in CLI mode.
Readme
Global Install
Run yarn global add append-top
or
Run npm install -g append-top
Usage: append-top file-to-append.txt "This is a string on top"
Local Install
Run yarn add append-top
or
Run npm install append-top
Usage: ./node_modules/.bin/append-top file-to-append.txt "This is a string on top"
