git-create-commit
v1.2.0
Published
Create git commit with less effort.
Downloads
6
Readme
git-create-commit
Create git commit with less effort.
It creates structured commit like feat(users): Add user model
.
feat
is type and users
is scope. Both is configurable and remembered separately for each of your projects.
Why
- Creates semantic commit with less typing and/or thinking
- Remembers scopes/types of commit in a project for you
- Scope is automatically sorted by usage
- Scopes/types are up to you (you start with sensible defaults) to match your project's conventions
- Configurable per project
Install
To use this tool, install the package globally:
npm install --global git-create-commit
Now you can run the globally installed command:
git-create-commit
Configuration
To learn where your configuration file is located run:
git-create-commit --help
The file is a JSON, contains all the projects the tool was used on. You can change your scopes and types for some project.
Limitations
- tested only on Linux
- multi-machine syncing (its up to you)
- no project file to add to repository (to force how commits are created)
Roadmap
- windows support
- other platforms tested