Skip to content

Instantly share code, notes, and snippets.

@possibilities
Created July 10, 2025 16:58
Show Gist options
  • Save possibilities/989a936c3f53f5608cd44c47e7da2f43 to your computer and use it in GitHub Desktop.
Save possibilities/989a936c3f53f5608cd44c47e7da2f43 to your computer and use it in GitHub Desktop.
{
"name": "commit-creator",
"version": "0.1.8",
"author": "Mike Bannister <[email protected]>",
"license": "MIT",
"description": "Commit Creator CLI",
"bin": {
"commit-creator": "./commit-creator.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/your-username/commit-creator.git"
},
"scripts": {
"release": "./release.sh",
"release:patch": "./release.sh patch",
"release:minor": "./release.sh minor",
"release:major": "./release.sh major"
},
"engines": {
"node": ">=18.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment