Skip to content
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: add new tool to README #615

Merged
merged 1 commit into from Aug 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -98,6 +98,8 @@ Browserslist will take queries from tool option,
* [`browserslist-browserstack`] runs BrowserStack tests for all browsers
in Browserslist config.
* [`browserslist-adobe-analytics`] use Adobe Analytics data to target browsers.
* [`browserslist-new-relic`] generate a custom usage data file for Browserslist
from your New Relic Browser data.
* [`caniuse-api`] returns browsers which support some specific feature.
* Run `npx browserslist` in your project directory to see project’s
target browsers. This CLI tool is built-in and available in any project
Expand All @@ -110,6 +112,7 @@ Browserslist will take queries from tool option,
[`browserslist-ga-export`]: https://github.com/browserslist/browserslist-ga-export
[`browserslist-useragent`]: https://github.com/pastelsky/browserslist-useragent
[`browserslist-ga`]: https://github.com/browserslist/browserslist-ga
[`browserslist-new-relic`]: https://github.com/syntactic-salt/browserslist-new-relic
[`caniuse-api`]: https://github.com/Nyalab/caniuse-api


Expand Down