0.0.4 • Published 3 years ago

confyg v0.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

confyg

Getting Started

  1. create a folder called config.
  2. place one or more .yaml (name.yaml) files in here.
  3. require confyg anywhere in your project and use it like below.

my-project/config/one.yaml

first:
    name: 'value'

my-project/config/two.yml

second:
    name: 'value'
const config = require('confyg')

console.log(config)
/* 
    { 
        second: { name: 'value' }, 
        first: { name: 'value'} 
    } 
*/
0.0.4

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago

0.0.2

3 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago