1.0.0 • Published 10 years ago

garlictech-common-server v1.0.0

Weekly downloads
23
License
SEE LICENSE IN li...
Repository
github
Last release
10 years ago

Common server side parts

NPM Package Version Build Status Dependency Status

Defines the globals. It makes the following packages available as globals:

bluebird (as Promise), fs, winston, lodash, chalk, config

Usage

require('@garlictech/common-server/dist/globals')(config)

It makes your config object also global.