alexskrypnyk/shell-var-lint
最新稳定版本:0.3.0
Composer 安装命令:
composer require alexskrypnyk/shell-var-lint
包简介
Lint and fix shell vars to ${VAR} format.
README 文档
README
The functionality of this utility was moved to https://github.com/AlexSkrypnyk/shellvar
shell-var-lint
Lint and fix shell vars to ${VAR} format.
Features
- Report on shell variables that are not in
${VAR}format. - Fix shell variables that are not in
${VAR}format.
Installation
composer require --dev alexskrypnyk/shell-var-lint
Usage
# Lint file.
vendor/bin/shell-var-lint <file>
# Fix file.
vendor/bin/shell-var-lint <file> --fix
Maintenance
composer install
composer lint
composer test
统计信息
- 总下载量: 642
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-09-07