mrm-core
mrm-core copied to clipboard
Utilities to make tasks for Mrm
Adds support for https://github.com/sapegin/mrm-core/issues/28
All file related API's accepts the argument to the define file name/path. ```js json('foo.json') ``` If the path is `absolute`, then it simply writes to that absolute path, which silently...
I think problem here https://github.com/sapegin/mrm-core/blob/f21ca5be125aef3f49cef126a41a4e62845c83bb/src/fs.js#L11
fixes https://github.com/sapegin/mrm-core/issues/25