Skip to content

Commit

Permalink
Improve README.md (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Jul 26, 2024
1 parent a64c4f9 commit fc9996f
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,25 @@ An eligible package should meet the following criteria:
- Formatters -- including `stylelint-formatter` keyword
- Or, acknowledged as exceptionally important

The `npm view` and `npm search` commands can help us find such a package:

```shell
npm view <your_package>

npm search --searchopts='sortBy=popularity' --searchlimit=20 'keywords:stylelint-plugin' <your_package>
npm search --searchopts='sortBy=popularity' --searchlimit=20 'keywords:stylelint-config' <your_package>
npm search --searchopts='sortBy=popularity' --searchlimit=20 'keywords:stylelint-formatter' <your_package>
```
> [!TIP]
> The `npm view` and `npm search` commands can help us find such a package:
>
> ```shell
> npm view <your_package>
> ```
>
> ```shell
> npm search --searchopts='sortBy=popularity' --searchlimit=20 'keywords:stylelint-plugin'
> ```
>
> ```shell
> npm search --searchopts='sortBy=popularity' --searchlimit=20 'keywords:stylelint-config'
> ```
>
> ```shell
> npm search --searchopts='sortBy=popularity' --searchlimit=20 'keywords:stylelint-formatter'
> ```
## Contributing
Please read the [contributing guidelines](CONTRIBUTING.md).
We welcome issues or pull requests. Please read the [contributing guidelines](CONTRIBUTING.md) for details.

0 comments on commit fc9996f

Please sign in to comment.