Monorepository containing multiple Tree House packages. These packages provide utilities for all kind of Node.js projects from authentication to starting an http server.
Providing core utilities.
import { ... } from '@tree-house/core'
Providing authentication utilities.
import { ... } from '@tree-house/authentication'
Providing error utilities.
import { ... } from '@tree-house/errors'
Providing serialization utilities.
import { ... } from '@tree-house/serializer'
Providing logger utilities.
import { ... } from '@tree-house/logger'
Providing Joi utilities.
import { ... } from '@tree-house/joi'
Providing i18n utilities.
import { ... } from '@tree-house/translations'
When you find issues, please report them:
Be sure to include all of the output from the npm command that didn't work as expected. The npm-debug.log file is also helpful to provide.
See the list of contributors who participated in this project.
This project is licensed under the ISC License - see the LICENSE.md file for details