/gs-utils

Node utilities

Primary LanguageTypeScriptMIT LicenseMIT

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