Skip to content

v0.1.1

Choose a tag to compare

@nxkh4ng nxkh4ng released this 09 Apr 15:44
· 33 commits to main since this release

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 --version

macOS / Linux

sudo mv snap_<os_arch> /usr/local/bin/snap
chmod +x /usr/local/bin/snap
snap --version

For full installation instructions, see the README.