1.2.0 • Published 6 years ago

@realhealth/rhb-utils v1.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

RealHealth: Utility Functions

This library provides utility functions for various AWS services

Notes

When developing this module it is helpful to create a link to the project in the global node_modules directory. To do so run the following command:

sudo npm link

When working on a project that depends on this module, if you want to use the linked module created above, run the following command:

sudo npm link @realhealth/rhb-utils

To switch back to the published module run the following command:

sudo npm unlink @realhealth/rhb-utils