partial-file-sync

0.2.0 • Public • Published

partial-file-sync

sync text files partially

example

var sync = require('partial-file-sync');
 
sync({
  list: [{
    from: './a.txt',
    dest: './result.txt',
    flags: [{
      start: '<start>',
      end: '<end>'
    }]
  }]
});

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i partial-file-sync

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • coderhaoxin