posfr2 / purescript-node-fs-extra

A PureScript binding to fs-extra
Other
4 stars 1 forks source link

Bind to the fs module #1

Open rnons opened 5 years ago

rnons commented 5 years ago

Bind to functions in the fs module.

fs-extra can be a drop in replacement for fs. So should purescript-node-fs-extra.

Maybe start with the readFile and writeFile functions.