UNPKG
@intuit/standardly
Version:
canary (0.1.3-canary.64.161)
latest (0.1.2)
0.1.3-canary.157
0.1.3-canary.153
0.1.3-canary.64.161
0.1.2
0.1.2-canary.147
0.1.1-canary.132
DIY framework for Standards Governance
github.com/intuit/standardly
intuit/standardly
@intuit/standardly
/
src
/
lib
/
common.js
11 lines
(9 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
const
appRoot =
require
(
"app-root-path"
);
const
logger =
require
(
"bunyan"
);
const
log = logger.
createLogger
({
name
:
"standardly"
});
module
.
exports
= {
appRoot
: appRoot, appPath : appRoot.
path
, log : log };