0.0.4 • Published 5 years ago

confyg v0.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
5 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

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago

0.0.2

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago