UNPKG
ynn-cli
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Ynn command line tool.
github.com/ynnjs/ynn-cli
ynnjs/ynn-cli
ynn-cli
/
lib
/
modules
/
scaffold
/
config.js
13 lines
(9 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
path
=
require
(
'path'
); const
config
= { templateDir :
path
.join( __dirname,
'templates/ynn-0.0.0'
), controllerDir :
'controller'
, serviceDir :
'service'
, configDir :
'config'
, testDir :
'test'
};
module
.exports =
config
;