https://github.com/cca-io/rescript-react-intl-extractor-bin
macOS, Linux and Windows binaries for rescript-react-intl-extractor
https://github.com/cca-io/rescript-react-intl-extractor-bin
react-intl rescript
Last synced: 12 months ago
JSON representation
macOS, Linux and Windows binaries for rescript-react-intl-extractor
- Host: GitHub
- URL: https://github.com/cca-io/rescript-react-intl-extractor-bin
- Owner: cca-io
- License: mit
- Created: 2018-05-27T06:38:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T14:01:44.000Z (over 2 years ago)
- Last Synced: 2025-03-15T00:08:59.930Z (12 months ago)
- Topics: react-intl, rescript
- Language: JavaScript
- Homepage:
- Size: 98.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rescript-react-intl-extractor-bin
macOS, Linux and Windows binaries for [rescript-react-intl-extractor].
[rescript-react-intl-extractor] extracts messages for localization from [ReScript] source files.
This assumes that you are using the [rescript-react-intl] bindings for [react-intl].
## Installation
This package may be installed globally or locally with either `npm` or `yarn`.
For example, run
```sh
npm install -g rescript-react-intl-extractor-bin
```
for global installation.
## Usage
After global installation, `rescript-react-intl-extractor` will be available in your path. Run e.g.
```sh
rescript-react-intl-extractor src
```
to extract messages from all ReScript source files below `src`.
For more information, see the [rescript-react-intl-extractor] repo.
[rescript]: https://rescript-lang.org
[react-intl]: https://github.com/yahoo/react-intl
[rescript-react-intl]: https://github.com/cca-io/rescript-react-intl
[rescript-react-intl-extractor]: https://github.com/cca-io/rescript-react-intl-extractor