icanboogie / cldr-cli
A CLI for ICanBoogie/CLDR
6.0.x-dev
2024-09-25 22:30 UTC
Requires
- php: >=8.1
- icanboogie/cldr: ^6.0
- symfony/console: ^6.3|^7.0
- symfony/dependency-injection: ^6.3|^7.0
Requires (Dev)
- phpstan/phpstan: ^1.11
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2024-10-25 22:40:15 UTC
README
A CLI for ICanBoogie/CLDR.
Usage
Use the warm-up
command to warm up the CLDR cache. This is especially useful if you want to
restrict the usage of the CLDR to the warmed-up data. Use the --dir
option to specify the
directory you use for the CLDR cache, defaults to .cldr-cache
.
./vendor/bin/cldr warm-up us fr de
Installation
composer require icanboogie/cldr-cli
Continuous Integration
The project is continuously tested by GitHub actions.
Code of Conduct
This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you're expected to uphold this code.
Contributing
See CONTRIBUTING for details.
License
icanboogie/cldr-cli is released under the MIT License.