UNPKG
@stilljs/cli
Version:
latest (1.7.20)
1.7.20
1.7.19
1.7.18
1.7.17
1.7.16
1.7.15
1.7.14
1.7.13
1.7.12
1.7.11
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
This is the CLI tool for StillJS Framework
@stilljs/cli
/
bin
/
index.js
4 lines
(3 loc)
•
80 B
JavaScript
View Raw
1
2
3
4
#!/usr/bin/env node
import
{
StillCmd
}
from
'./StillCmd.js'
; (
new
StillCmd
());