UNPKG
@shower/cli
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.1
0.3.0
0.2.9
0.2.8
0.2.7
0.2.6
Command line interface for Shower
github.com/shower/shower/tree/main/packages/cli
shower/shower
@shower/cli
/
templates
/
slides
/
package.json
15 lines
(14 loc)
•
223 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"private"
:
true
,
"files"
:
[
"pictures/**"
,
"index.html"
]
,
"scripts"
:
{
"serve"
:
"shower serve"
,
"bundle"
:
"shower bundle"
,
"archive"
:
"shower archive"
,
"pages"
:
"shower pages"
,
"pdf"
:
"shower pdf"
}
}