bin/generate-doc.js   A
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 4
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 2
Metric Value
cc 0
wmc 0
c 2
b 0
f 2
nc 1
mnd 0
bc 0
fnc 0
dl 0
loc 4
rs 10
bpm 0
cpm 0
noi 0
1
const InitCli        = require('../src/InitCli'),
2
      cli            = new InitCli('0.1', 'Generate Vue.js documentation for swagger spec api generator')
3
4
cli.generateDoc()
5