lezapericubes/code-quality
Composer 安装命令:
composer require lezapericubes/code-quality
包简介
Command line program used to output a header file
README 文档
README
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
- Bruno Fache - Maintainer - It's me!
- Rémi ARLEN - Maintainer - It's me!
- Killian MATTER - Maintainer - It's me!
- Florian FORNAZARIC - Maintainer - It's me!
License
This project is licensed under the MIT License - see the LICENSE file for details.
That's all folks!
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-28