|
1 |
| -# bs-react-intl-extractor |
| 1 | +# rescript-react-intl-extractor |
2 | 2 |
|
3 | 3 | Extracts messages for localization from [ReScript] or [Reason] source files.
|
4 |
| -This assumes that you are using the [bs-react-intl] 2.x bindings for [react-intl]. |
| 4 | +This assumes that you are using the [rescript-react-intl] 2.x bindings for [react-intl]. |
5 | 5 |
|
6 |
| -[](https://nodei.co/npm/bs-react-intl-extractor-bin/) |
7 |
| - |
| 6 | +[](https://nodei.co/npm/rescript-react-intl-extractor-bin/) |
| 7 | + |
8 | 8 |
|
9 | 9 | ## Installation
|
10 | 10 |
|
11 | 11 | Binaries for macOS, Linux and Windows can be installed via npm or yarn. For global installation, run
|
12 | 12 |
|
13 | 13 | ```sh
|
14 |
| -npm install -g bs-react-intl-extractor-bin |
| 14 | +npm install -g rescript-react-intl-extractor-bin |
15 | 15 | ```
|
16 | 16 |
|
17 | 17 | Alternatively, the binaries are also available for download on the [releases page].
|
18 | 18 |
|
19 | 19 | ## Usage
|
20 | 20 |
|
21 | 21 | ```sh
|
22 |
| -bs-react-intl-extractor [--allow-duplicates] [path...] |
| 22 | +rescript-react-intl-extractor [--allow-duplicates] [path...] |
23 | 23 | ```
|
24 | 24 |
|
25 | 25 | where `path` is a ReScript (`*.res`) or Reason (`*.re`) source file or a directory containing such source files. Multiple files/directories may be specified.
|
@@ -149,7 +149,7 @@ Run the tests:
|
149 | 149 |
|
150 | 150 | [rescript]: https://rescript-lang.org/
|
151 | 151 | [reason]: https://reasonml.github.io
|
152 |
| -[bs-react-intl]: https://github.com/alexfedoseev/bs-react-intl |
| 152 | +[rescript-react-intl]: https://github.com/cca-io/rescript-react-intl |
153 | 153 | [react-intl]: https://github.com/yahoo/react-intl
|
154 |
| -[releases page]: https://github.com/cknitt/bs-react-intl-extractor/releases |
| 154 | +[releases page]: https://github.com/cca-io/rescript-react-intl-extractor/releases |
155 | 155 | [esy]: https://esy.sh
|
0 commit comments