novonity-file-insert
v1.0.9
Published
file-insert
Downloads
30
Readme
novonity-file-insert
Installation
$ npm i novonity-file-insertCLI
For example:
file-insert -f dist/bin/www -l 2 -c \"require('babel-polyfill');\" -roptions include
- -f which file would be modified
- -l which line would be inserted
- -c what content would be inserted to the file
- -r whether to replace ' into "
