Skip to content

ShopBonsai/tree-house

Repository files navigation

Tree House

lerna API Continuous Integration

Monorepository containing multiple Tree House packages. These packages provide utilities for all kind of Node.js projects from authentication to starting an http server.

Available packages

Core

Providing core utilities.

import { ... } from '@tree-house/core'

Go to package

Authentication

Providing authentication utilities.

import { ... } from '@tree-house/authentication'

Go to package

Errors

Providing error utilities.

import { ... } from '@tree-house/errors'

Go to package

Serializer

Providing serialization utilities.

import { ... } from '@tree-house/serializer'

Go to package

Logger

Providing logger utilities.

import { ... } from '@tree-house/logger'

Go to package

Joi

Providing Joi utilities.

import { ... } from '@tree-house/joi'

Go to package

Translations

Providing i18n utilities.

import { ... } from '@tree-house/translations'

Go to package

Bugs

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.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the ISC License - see the LICENSE.md file for details