paulroth3d / jupyter-ijavascript-utils

Utility library for working with iJavaScript - a Jupyter Kernel
1 stars 0 forks source link

add option to append for utils.file.writeFile or utils.file.writeJSON #37

Closed paulroth3d closed 1 year ago

paulroth3d commented 1 year ago

add property {append:true} on the fs options passed to use appendFileSync and writeFileSync. See docs for more