A PowerShell script to simplify the installation of Scoop, Python, pipx, and Commitizen for managing commits in projects.
This repository contains a PowerShell script called ps-commitzen-script.ps1
, which automates the setup of the development environment with useful tools for managing commits.
- Installs Scoop, a package manager for Windows.
- Installs Python and pipx, allowing the installation of Python applications in isolation.
- Installs Commitizen to facilitate the standardization of commit messages (default).
- Windows 10 or higher.
- PowerShell 5.1 or higher.
- Internet access for downloads.
- Clone the repository:
git clone https://github.com/strFelix/PS-Commitzen-Setup.git
- Installation:
Runsetup.exe
in the root of the repository.
After running the script, you will have Scoop, Python, pipx, and Commitizen installed and ready to use.
To verify that everything was installed correctly, execute the following commands in PowerShell:
scoop --version
python --version
pipx --version
cz -version