Skip to content

Commit c58c272

Browse files
Add description in the cli help
1 parent 8f59dfa commit c58c272

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ const cli = meow({
1515
1616
${chalk.bold('onepunch')} -- create presentations with web technology
1717
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+
1829
${chalk.bold('SYNOPSIS')}
1930
2031
${chalk.bold('onepunch init')} [${chalk.bold('-n')} ${chalk.italic('directory_name')}]

0 commit comments

Comments
 (0)