Download the PHP package ixnode/bash-version-manager without Composer
On this page you can find all versions of the php package ixnode/bash-version-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package bash-version-manager
BashVersionManager
This tool helps you to maintain the versions in the current path. It increments the patch, minor or major version and replaces them in the corresponding files.
Create new VERSION
file
The VERSION
file is used as the source for the version number. A missing file can be created
automatically.
Optional: Create .env
file
Currently, the variable VERSION_APP
can be replaced in the .env
file:
Show current version
If you want to see the current version, use the following command.
Switch patch version
To change the patch version use the flag --patch
.
Switch minor version
To change the minor version use the flag --minor
.
Switch major version
To change the major version use the flag --major
.
Switch to given version
A custom version (e.g. 1.2.3
) for changing versions can be specified as a parameter.
Use another working directory
Usually the tool uses the current working directory. This can be changed.
Show help
Shows the parameters and arguments of the tool.
Show git hints
Shows some useful commands for committing to the Git repository.
Use with PHP Composer
Version
class usage
Execute tests
If you want to make changes, the test mode helps to check the current changes. Test mode uses the files in the test folder:
.env
(source file).env.major
(comparison file with major change).env.minor
(comparison file with minor change).env.patch
(comparison file with patch change)VERSION
(source file)VERSION.major
(comparison file with major change)VERSION.minor
(comparison file with minor change)VERSION.patch
(comparison file with patch change)
License
This tool is licensed under the MIT License - see the LICENSE.md file for details
All versions of bash-version-manager with dependencies
ixnode/php-exception Version ^0.1.19
ixnode/php-container Version ^0.1.8
ixnode/php-checker Version ^0.1.9