curl -L https://gist.github.com/jbbn/b4ddec6775668b7fe0553c9a4f06d328/raw/install.sh | bash
# last commit message: "feat(api): add /version endpoint"
slugify # feat-api-add-version-endpoint--24w01
# create a branch with the slug
git branch -b $(slugify)
# alternative: manual input instead of using git information (slugify only)
slugify "My manual input" # my-manual-input--24w01