@materya/base
v1.3.0
Published
A collection of useful modules with a no-dependency, clean, tested and lightweight code philosophy.
Downloads
5
Readme
@materya/base
A collection of useful modules with a no-dependency, clean, tested and lightweight code philosophy.
Install
npm i @materya/base
Modules
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. |