1.1.2 • Published 7 years ago

bentojs-config v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Config

Introduction

This module provides a simple way to create environment based configurations by traversing the sub directories in a defined ./config_root directory. Each directory will contain a default.js which is the base configuration that all other environment configurations inherits from.

If you run NODE_ENV=local the config will first include all default.js files present, then extend each default.js with any defined local.js configuration.

Setup

$ npm install bentojs-config --save
1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago