Help Command

April 28, 2018 ยท View on GitHub

๐Ÿ†˜ 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