-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
docs(packages): add missing READMES to packages #545
Conversation
@ev1stensberg The most important CI builds failed. This way your PR can't be merged. Please take a look at the CI results from travis (failure) and fix these issues. |
But Ci failed? 😅 |
And not reviewed 🤔 |
CI is @dhruvdutt s task |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks fine but the commands are all mixed, which could lead to confusion to the end user. We should cover always local and global usage/installation
@@ -2,7 +2,7 @@ | |||
|
|||
## Description | |||
|
|||
This package contains the logic to add new properties to the a webpack configuration file. It will run a generator that prompts the user for questions of which property to add to their webpack configuration file. | |||
This package contains the logic to add new properties in a webpack configuration file. It will run a generator that prompts the user for questions of which property to add to their webpack configuration file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the user some question about which properties to add
|
||
## Description | ||
|
||
This package contains the logic to initiate new loader projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
initiate
=> create
Simpler wording
|
||
### CLI (via `webpack-cli`) | ||
```bash | ||
npx webpack-cli generate-loader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should always split installation and usage of the packages in local and global:
npx webpack-cli generate-loader
and
webpack-cli generate-loader
In this file we mixed, which is confusing for the user
|
||
## Description | ||
|
||
This package contains the logic to initiate new plugin projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
initiate
=> create
|
||
## Description | ||
|
||
This package contains all webpack-cli related yeoman generators. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should explain what the generators
do
|
||
## Description | ||
|
||
This package contains the logic to remove properties of a webpack configuration file. It will run a generator that prompts the user for questions of which property to remove in their webpack configuration file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the user some question about which
@ev1stensberg left some comments about some changes. Unfortunately this is already been merged (don't know why). |
Submit a PR with patch label @ematipico |
What kind of change does this PR introduce?
Enhancement
Did you add tests for your changes?
N/A
If relevant, did you update the documentation?
Yes
Summary
Adds README files to all our mono repo packages
Does this PR introduce a breaking change?
no
Other information
=)