An ed
answer
ed file << END
8i
Project_Name=sowstest
.
w
q
END
.
on its own line ends input mode; w
writes; q
quits. GNU ed has a wq
command to save and quit, but old ed's don't.
Further reading: https://gnu.org/software/ed/manual/ed_manual.html