write-to-path

1.1.0 • Public • Published

write-to-path

Given a file path, return a function that will synchronously write to it

var writer = require('write-to-path')

var write = writer('./bundle.js', {debug: true})

write(null, src) // writes the file

Readme

Keywords

Package Sidebar

Install

npm i write-to-path

Weekly Downloads

3

Version

1.1.0

License

MIT

Last publish

Collaborators

  • bclinkinbeard