Download the PHP package alexskrypnyk/shell-var-lint without Composer
On this page you can find all versions of the php package alexskrypnyk/shell-var-lint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexskrypnyk/shell-var-lint
More information about alexskrypnyk/shell-var-lint
Files in alexskrypnyk/shell-var-lint
Download alexskrypnyk/shell-var-lint
More information about alexskrypnyk/shell-var-lint
Files in alexskrypnyk/shell-var-lint
Vendor alexskrypnyk
Package shell-var-lint
Short Description Lint and fix shell vars to ${VAR} format.
License GPL-2.0-or-later
Homepage https://github.com/alexskrypnyk/shell-var-lint
Package shell-var-lint
Short Description Lint and fix shell vars to ${VAR} format.
License GPL-2.0-or-later
Homepage https://github.com/alexskrypnyk/shell-var-lint
Please rate this library. Is it a good library?
Informations about the package shell-var-lint
The functionality of this utility was moved to https://github.com/AlexSkrypnyk/shellvar
shell-var-lint
[![GitHub Issues](https://img.shields.io/github/issues/AlexSkrypnyk/shell-var-lint.svg)](https://github.com/AlexSkrypnyk/shell-var-lint/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/AlexSkrypnyk/shell-var-lint.svg)](https://github.com/AlexSkrypnyk/shell-var-lint/pulls)
[![Test](https://github.com/AlexSkrypnyk/shell-var-lint/actions/workflows/test.yml/badge.svg)](https://github.com/AlexSkrypnyk/shell-var-lint/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/AlexSkrypnyk/shell-var-lint/graph/badge.svg?token=OAERD0PS3T)](https://codecov.io/gh/AlexSkrypnyk/shell-var-lint)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/AlexSkrypnyk/shell-var-lint)
![LICENSE](https://img.shields.io/github/license/AlexSkrypnyk/shell-var-lint)
![Renovate](https://img.shields.io/badge/renovate-enabled-green?logo=renovatebot)
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
All versions of shell-var-lint with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package alexskrypnyk/shell-var-lint contains the following files
Loading the files please wait ....