UNPKG
jconf
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Simple node.js configuration engine
github.com/WilixLead/jconf
WilixLead/jconf
jconf
/
test
/
test-options.js
11 lines
(7 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
const
path =
require
(
'path'
);
global
.
jconf
= {
configPath
: path.
join
(__dirname,
'configs'
) };
const
config =
require
(
'./../'
);
console
.
log
(config);