UNPKG
vuetalisk
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Static Site Generator for Vue
github.com/qgp9/Vuetalisk
qgp9/Vuetalisk
vuetalisk
/
bin
/
bak
/
vuetalisk-nuxt.js
11 lines
(7 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env node
const
commander =
require
(
'commander'
) commander .
description
(
'Scan collections, process items, write API, clean removed files'
) .
option
(
'-a'
,
'this is option'
) .
parse
(process.
argv
)
console
.
log
(
'hihi'
)