0.1.0 • Published 3 years ago

react-i18next-types-generator v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

react-i18next-types-generator

npm

Simple CLI tool for generating types for react-i18next just like that https://react.i18next.com/latest/typescript

Usage

npm i react-i18next-types-generator
npx react-i18next-types-generator [options]
react-i18next-types-generator [options]

Options:
      --version     Show version number                                [boolean]
      --help        Show help                                          [boolean]
  -i, --input       Path to the directory that contains translation JSON files
                                                             [string] [required]
  -o, --output      Path to the output declaration file      [string] [required]
  -a, --importPath  Path used to create import directives for the JSON files
                                                                        [string]
  -w, --watch       Watch directory changes           [boolean] [default: false]
0.1.0

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago