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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i partial-file-sync

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • coderhaoxin