v0.1.1
snap v0.1.1 — Initial release
First public release of snap — a fast CLI tool to help you write commits following the Conventional Commits standard.
Download
| OS | Architecture | File |
|---|---|---|
| Windows | x86_64 (64-bit) | snap_Windows_x86_64.exe |
| macOS | Intel | snap_Darwin_x86_64 |
| macOS | Apple Silicon | snap_Darwin_arm64 |
| Linux | x86_64 (64-bit) | snap_Linux_x86_64 |
Installation
Windows
# Rename and move to a folder in your PATH, then run:
snap --versionmacOS / Linux
sudo mv snap_<os_arch> /usr/local/bin/snap
chmod +x /usr/local/bin/snap
snap --versionFor full installation instructions, see the README.