1.0.9 • Published 8 years ago
novonity-file-insert v1.0.9
novonity-file-insert
Installation
$ npm i novonity-file-insert
CLI
For example:
file-insert -f dist/bin/www -l 2 -c \"require('babel-polyfill');\" -r
options 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 "