Skip to content

Commit

Permalink
changed: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
binjospookie committed Jan 2, 2024
1 parent b254f8f commit af5ed23
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,66 +122,6 @@ Allows to override the config values for package.

</details>

### `--extensions, -x`

<details><summary><b>Show instructions</b></summary>

```diff
"scripts": {
"build": "webpack ./webpack.config.js",
- "check-exports": "pure-index",
+ "check-exports": "pure-index --extensions js,jsx,ts,tsx",
"test": "vitest"
}
```

</details>

### `--exclude, -i`

<details><summary><b>Show instructions</b></summary>

```diff
"scripts": {
"build": "webpack ./webpack.config.js",
- "check-exports": "pure-index",
+ "check-exports": "pure-index --exclude .cache,www/assets",
"test": "vitest"
}
```

</details>

### `--dir, -d`

<details><summary><b>Show instructions</b></summary>

```diff
"scripts": {
"build": "webpack ./webpack.config.js",
- "check-exports": "pure-index",
+ "check-exports": "pure-index --dir /Users/user/another-repo",
"test": "vitest"
}
```

</details>

### `--batch, -b`

<details><summary><b>Show instructions</b></summary>

```diff
"scripts": {
"build": "webpack ./webpack.config.js",
- "check-exports": "pure-index",
+ "check-exports": "pure-index --batch 500",
"test": "vitest"
}
```

</details>

### `--collect-usages, -u`

Outputs a list of all unique uses of the package.
Expand Down

0 comments on commit af5ed23

Please sign in to comment.