0.1.3 • Published 6 years ago

@uci/utils v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

uCOMmandIt Utility Library

Build Status Inline docs Dependencies devDependencies codecov

A collection of utility modules that are used in this project but could be useful in any project.

if you want just one of the modules use the module file name. require('@uci/utils/fs'). See lib folder

If you want a non-flattened combined object use require('@uci/utils/noflat') but be warned that some functions depend on others and they assume a flattened object of all files so doing so will likely break some functions. But if you fork it you can do as you please.

More on the actual exposed methods to come but just take a look the source for now, it's fairly obvious based on method names what they do and how to call them.