13 packages
@circleslife/pre-commit
Automatically install pre-commit hooks for your npm modules.
@kelchy/auth
## This module wraps helper functions around authentication and authorization to simplify development
@kelchy/aws
## This module wraps helper functions around aws-sdk to simplify development
@kelchy/common
## This module wraps helper functions around host and other miscellaneous functions to simplify development
@kelchy/http-client
@kelchy/http-server
@kelchy/log
## This module wraps helper functions around logging to simplify development
@kelchy/mongo
## This module wraps helper functions around mongodb native connector to simplify development
@kelchy/pre-commit
Automatically install pre-commit hooks for your npm modules.
@kelchy/redis
## This module wraps helper functions around ioredis to simplify development
@kelchy/rmq
## This module wraps helper functions around rmq to simplify development
@kelchy/sms
## This module wraps helper functions around Short Messaging Service (SMS) functionality to simplify development
@kelchy/snowflake
### Connect to Snowflake ``` const Snowflake = require('@kelchy/snowflake') const Log = require('@kelchy/log') const { awaitWrap } = require('@kelchy/common')