Skip to content

Commit

Permalink
fix: update package.json homepageg property
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Sep 7, 2021
1 parent 74ec649 commit 9eacdcc
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9eacdcc

Please sign in to comment.