Node utilities.


Keywords
system, library, utilities, yaml, config, javascript, nodejs, typescript
License
MIT
Install
npm install gs-utils@3.0.1

Documentation

gs-utils

Node utilities. This project is being used as a foundation for other projects yet to be opened sourced.

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install -S gs-utils

Some of the fantastic utilities included that you never knew you needed:

  • gs-logger
  • chunker
  • byteSizedChunker
  • fileSlurper
  • configLoader
  • And much, much more

Tests

npm install
npm test

License