linewrite
v0.1.1
Published
A line by line terminal file writer, good for starting a README.md file, which is the default file
Downloads
2
Readme
A module to create files line by line
##to install npm install linewrite -g
#I use this command to start readme files
The following code will start a prompt that will write to test.txt
linewrite test.txt
if test.txt exists, it will exit, so you don't accidentally overwrite important files
default filename
the default filename is README.md, so if you call just linewrite
you will write to README.md
enjoy linewrite!
to quit linewrite, enter in a q
and hit enter
this file was created by the npm module linewrite