From 9eacdcca34fc334cdc6695c73e7c72f527dee2ce Mon Sep 17 00:00:00 2001 From: jy95 Date: Tue, 7 Sep 2021 20:14:55 +0200 Subject: [PATCH] fix: update package.json homepageg property --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a3be1b2..f2be878 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,18 @@ CLI to make common operations around i18n files simpler. -## Available commands +- 👩‍💻 Export i18n files into something else (xlsx, ...) +- ✨ Turn a file (xlsx, ...) to i18n file(s) +- 📜 Compare at least two i18n files and generate a report +- ... + +Read more on [https://jy95.github.io/i18n-tools/](https://jy95.github.io/i18n-tools/) -Usage : ```bash # Display all available commands npx @jy95/i18n-tools --help ``` -## Examples - -| Description | Command | settings.json | -|---------------------------------------------------|---------|---------------| -| Export several i18n files into a single xlsx file | `npx @jy95/i18n-tools export to_xlsx --settings "/absolutePath/to/settings.json"` | [One of the examples listed here](https://github.com/jy95/i18n-tools/wiki/Examples-of-settings.json#export-to_xlsx) | -| Convert a xlsx file into several i18n files | `npx @jy95/i18n-tools import from_xlsx --settings "/absolutePath/to/settings.json"` | [One of the examples listed here](https://github.com/jy95/i18n-tools/wiki/Examples-of-settings.json#import-from_xlsx) | -| Compare multiple i18n files & generate a report | `npx @jy95/i18n-tools diff --settings "/absolutePath/to/settings.json"` | [One of the examples listed here](https://github.com/jy95/i18n-tools/wiki/Examples-of-settings.json#diff) | - ## Contributing * If you're unsure if a feature would make a good addition, you can always [create an issue](https://github.com/jy95/i18n-tools/issues/new) first.