lezapericubes/code-quality

Command line program used to output a header file

2.0.0 2021-05-28 14:21 UTC

This package is auto-updated.

Last update: 2024-04-28 21:25:34 UTC


README

Latest Stable Version License: MIT

Install the module

To get the headers of your file you can follow those instructions:

Clone the repository by typing the following command:

git clone https://gitlab.com/lezapericubes/code-quality.git

Or with composer :

composer require lezapericubes/code-quality

If you already have docker installed, you can go into the created directory then type those commands:

docker volume create local-composer-repository
docker-compose up -d
docker-compose exec app composer install -vvv

Once you ran this command, go into the folder it was cloned into then paste your .CSV file

You can then run the following command to get those headers:

docker-compose exec app php src/Start.php [FILENAME] [DELIMITER]
php bin/console file:read -f file.csv -d ";"

To view the version:

docker-compose exec app php src/Start.php [FILENAME] --version
php bin/console file:read versions

Support

  • If you have any issue with this code, feel free to open an issue.

Contact

For further information, contact us:

  • by email: florianleking@fabulous.com

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

That's all folks!