Skip to content

Documentation for webpack cli #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 30, 2016
Merged

Documentation for webpack cli #77

merged 3 commits into from
Aug 30, 2016

Conversation

pksjce
Copy link

@pksjce pksjce commented Aug 26, 2016

No description provided.


> see also [[Using the configuration]]
`webpack` provides a command line interface(cli) to configure and interact with your build.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Just webpack is enough since that's used in other docs too.
  • command line interface(cli) -> Command Line Interface (CLI)

@bebraw
Copy link
Contributor

bebraw commented Aug 26, 2016

Nice start. 👍

@pksjce
Copy link
Author

pksjce commented Aug 30, 2016

Thanks!

This is mostly useful in case of early prototyping, profiling, writing npm scripts or personal customization of the build.
For proper usage and easy distribution of this configuration, webpack can be configured with `webpack.config.js`.
Any parameters sent to the CLI will map to a corresponding parameter in the config file.
webpack provides a Command Line Interface(CLI) to configure and interact with your build.This is mostly useful in case of early prototyping, profiling, writing npm scripts or personal customization of the build.For proper usage and easy distribution of this configuration, webpack can be configured with `webpack.config.js`.Any parameters sent to the CLI will map to a corresponding parameter in the config file.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spacing.

  • Interface(CLI) -> Interface (CLI).
  • build.For -> build. For

One at the end of the paragraph too.

@bebraw bebraw merged commit 8c14773 into webpack:develop Aug 30, 2016
@bebraw
Copy link
Contributor

bebraw commented Aug 30, 2016

Thanks!

@pksjce pksjce deleted the develop branch August 30, 2016 15:51
@pksjce
Copy link
Author

pksjce commented Aug 30, 2016

Awesome!

@pksjce pksjce restored the develop branch August 30, 2016 15:53
@TheLarkInn
Copy link
Member

@pksjce do you have a Twitter account id like to give a little recognition for this work that you have done.

sallar pushed a commit to sallar/webpack.js.org that referenced this pull request Oct 19, 2016
Documentation for webpack cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants