1.3.0 • Published 5 years ago
@materya/base v1.3.0
@materya/base
A collection of useful modules with a no-dependency, clean, tested and lightweight code philosophy.
Install
npm i @materya/baseModules
fs
Module dedicated to explore and manipulate filesystem related operations.
find
| name | params | returns | description |
|---|---|---|---|
up | cwd, name | file's full path | search a given file name in the current directory cwd and up the tree until it reaches the top. |