Skip to content

Instantly share code, notes, and snippets.

@giltayar
Created November 20, 2017 11:46
Show Gist options
  • Select an option

  • Save giltayar/96d804580bfd7cc92b262ef97a05674d to your computer and use it in GitHub Desktop.

Select an option

Save giltayar/96d804580bfd7cc92b262ef97a05674d to your computer and use it in GitHub Desktop.
readFilePromise('source.txt')
.then(content => writeFilePromise('target.txt', content))
.then(() => console.log('done'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment