3.1.0 • Published 5 months ago

@watchmen/helpr v3.1.0

Weekly downloads
31
License
ISC
Repository
github
Last release
5 months ago

ode# node-helpr

miscellaneous helper functions

XO code style styled with prettier build status npm (scoped)

see tests for examples

usage

  • npm i @watchmen/helpr
  • import {...} from '@watchmen/helpr'

opt-ins

  1. args
  2. cache-manager
  3. joi-helper
  4. debug
  • imported like: import {...} from '<package name>/dist/<file name>'
  • certain components are made opt-in to avoid dependency bloat when not being used
  • opt-ins will require that peerDependencies are provided by consumer

development

  1. git clone {repo name}
  2. cd {repo name}
  3. npm i
  4. npm test