Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 705 Bytes

HelpCommand.md

File metadata and controls

40 lines (26 loc) · 705 Bytes

Help Command

🆘 Displays help for a given installed webpack-command command.

$ webpack help Help

  Displays help for a given installed webpack command.

  Usage
    $ webpack help <command>

  Examples
    $ webpack help
    $ webpack help init
    $ webpack help serve

Getting Started

This command is included by default with webpack-command

Usage

To open the webpack documentation in your default browser run:

$ webpack help

To display the help information for an available command run:

$ webpack help <command>

Where <command> is the name of the command you want to show help for.

That's All, Folks