react-intl-csv
v1.0.1
Published
Convert react-intl JSON files to and from CSV files
Downloads
5
Readme
React-Intl CSV <=> JSON Converter
Usage
npm install -g react-intl-csv
Generate a CSV from the JSON files: react-intl-csv <json dir> --to-csv <csv file>
Generate JSON files from the csv: react-intl-csv <csv file> --to-json <json dir>
Future plans
- Expose API
- Sanity checks
- Transpile