File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,17 @@ const cli = meow({
15
15
16
16
${ chalk . bold ( 'onepunch' ) } -- create presentations with web technology
17
17
18
+ ${ chalk . bold ( 'DESCRIPTION' ) }
19
+
20
+ ${ chalk . bold ( 'onepunch' ) } is a command-line interface useful to create presentations with web technology.
21
+ Moreover, thanks to puppeteer, ${ chalk . bold ( 'onepunch' ) } can print the presentation in a PDF file.
22
+
23
+ ${ chalk . bold ( 'onepunch' ) } is designed for designers, it does not provide any default style.
24
+ Designers can define custom styles by writing CSS files and linking them in the ${ chalk . underline ( 'index.html' ) } .
25
+
26
+ ${ chalk . bold ( 'onepunch' ) } is open source software licensed under the MIT License,
27
+ please visit https://github.com/nextbitlabs/onepunch for further details.
28
+
18
29
${ chalk . bold ( 'SYNOPSIS' ) }
19
30
20
31
${ chalk . bold ( 'onepunch init' ) } [${ chalk . bold ( '-n' ) } ${ chalk . italic ( 'directory_name' ) } ]
You can’t perform that action at this time.
0 commit comments