@lapstimef1/aicommit
v1.0.0
Published
Generate detailed commit messages for your projects using AI 🤯
Downloads
2
Readme
About The Project
Getting Started
Installation
Install the package:
- npm
npm install @lapstimef1/aicommit -g
- yarn
yarn add @lapstimef1/aicommit -g
- pnpm
pnpm i -g @lapstimef1/aicommit
Init your configuration:
aicommit config -g emoji
This will create your config file.
Set the keys of the config:
aicommit config -s <key>=<value>
Available keys: | Keys | Type of value | Details | |---|---|---| | emoji | boolean | Specify if the msg need to start with an emoji | | scope | boolean | Specify if the msg need a scope : emoji type**(scope)**: description | | autoPush | boolean | Specify if the msg need to push automatically after the commit | | description | boolean | Specify if the msg need to have a description |
Usage
Install the package like the previous step says, then in your git project, add a file git add (file name)
, then do aicommit
.
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the GPL-v3.0 License. See LICENSE
for more information.
Contact
Your Name - @lapstime_ - [email protected]
Project Link: https://github.com/LapsTimeOFF/aicommit