Skip to content

Commit

Permalink
Add description in the cli help
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoscalco committed Mar 18, 2020
1 parent 8f59dfa commit c58c272
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ const cli = meow({
${chalk.bold('onepunch')} -- create presentations with web technology
${chalk.bold('DESCRIPTION')}
${chalk.bold('onepunch')} is a command-line interface useful to create presentations with web technology.
Moreover, thanks to puppeteer, ${chalk.bold('onepunch')} can print the presentation in a PDF file.
${chalk.bold('onepunch')} is designed for designers, it does not provide any default style.
Designers can define custom styles by writing CSS files and linking them in the ${chalk.underline('index.html')}.
${chalk.bold('onepunch')} is open source software licensed under the MIT License,
please visit https://github.com/nextbitlabs/onepunch for further details.
${chalk.bold('SYNOPSIS')}
${chalk.bold('onepunch init')} [${chalk.bold('-n')} ${chalk.italic('directory_name')}]
Expand Down

0 comments on commit c58c272

Please sign in to comment.