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/cli
shower/cli
@shower/cli
/
templates
/
presentation
/
package.json
11 lines
(10 loc)
•
202 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"private"
:
true
,
"scripts"
:
{
"pdf"
:
"shower pdf"
,
"serve"
:
"shower serve"
,
"archive"
:
"shower archive"
,
"bundle"
:
"shower bundle"
,
"publish"
:
"shower publish"
}
}