hariharan / open-tamil
Open Tamil is PHP Port for https://github.com/Ezhil-Language-Foundation/open-tamil/
dev-master
2024-11-08 16:45 UTC
Requires
- php: ^7.4
Requires (Dev)
- phpunit/phpunit: ^9.6
This package is not auto-updated.
Last update: 2024-11-09 16:11:51 UTC
README
Open Tamil is PHP Port for https://github.com/Ezhil-Language-Foundation/open-tamil/
PORT STATUS
https://docs.google.com/spreadsheets/d/1GYxN1gf1Fw82oAUlK4Lzq0AYDvo5ayWrMjPfPPA0Qwg/edit?usp=sharing
Setting Up
I hope PHP is installed already 😁 Install Composer (Version 1 iam using) Add Composer to Environment path if you are using Windows
composer setup
to run the dependency tools installation php-cs-fixercomposer install
to install the dev dependencies phpunitcomposer run-script
to run the script you have pointed in your composer.jsoncomposer lint
to run the php-cs-fixer to fix the code alignment in src/ foldercomposer lint-test
to run the php-cs-fixer to fix the code alignment tests/ foldercomposer test
to run the unittests