bs-react-intl-extractor-bin

Binaries for the bs-react-intl message extractor

Usage no npm install needed!

<script type="module">
  import bsReactIntlExtractorBin from 'https://cdn.skypack.dev/bs-react-intl-extractor-bin';
</script>

README

bs-react-intl-extractor-bin

macOS, Linux and Windows binaries for bs-react-intl-extractor.

bs-react-intl-extractor extracts messages for localization from ReScript or Reason source files. This assumes that you are using the bs-react-intl 2.x bindings for react-intl.

Installation

This package may be installed globally or locally with either npm or yarn.

For example, run

npm install -g bs-react-intl-extractor-bin

for global installation.

Usage

After global installation, bs-react-intl-extractor will be available in your path. Run e.g.

bs-react-intl-extractor src

to extract messages from all Reason source files below src.

For more information, see the bs-react-intl-extractor repo.