This directory contains a one-liner script for automatically setting up TCR (Test && Commit || Revert) in your project.
The auto-install directory provides a simple, one-command setup for TCR that:
- Downloads the
tcrwwrapper script to your current directory - Creates a
tcrdirectory structure - Downloads the version configuration file
- Provides clear usage instructions
To set up TCR in your current directory, run:
curl -sSL https://raw.githubusercontent.com/murex/TCR/main/auto-install/setup.sh | bashThis will:
- Download TCR wrapper
tcrwto your current directory - Create a
tcr/subdirectory and set the latest available TCR version inversion.txt - Provide brief usage instructions
Once the setup is complete, you can start using TCR by running:
./tcrwFor help and available options:
./tcrw --helpThe setup script requires curlto be installed on your system.
For complete documentation and examples, visit the main TCR repository: https://github.com/murex/TCR