1.0.1 • Published 2 years ago

react-intl-csv v1.0.1

Weekly downloads
14
License
MIT
Repository
github
Last release
2 years ago

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