2.3.8 • Published 5 years ago

@watchmen/helpr v2.3.8

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

node-helpr

miscellaneous helper functions

XO code style styled with prettier Build Status npm (scoped)

see tests for examples

usage

  • yarn install <package name>
  • import {...} from '<package name'

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. yarn
  4. yarn test