navicommit
v1.0.1
Published
This NPM package is meant to help us provide better commits.
Readme
Navicommit
Navicommit is a CLI tool designed to help you write better commit messages.
Table of Contents
- 🌟 Features
- 📦 Installation
- 📖 Usage
- 🧩 Dependencies
- 📄 License
- ✍🏻 Author
🌟 Features
- Easy to use: Navicommit guides you through a series of questions to generate a commit message.
- Consistent: Navicommit helps you write consistent commit messages across your projects.
📦 Installation
We recommend to install Navicommit globally on your system. Use the following command:
npm install -g navicommitTo install Navicommit locally in your project, use the following command:
npm install navicommit --save-dev📖 Usage
After installing Navicommit globally, you can use it with the following command:
navi commitor with the alias:
navi cYou can use Navicommit (without installing it) with npx:
npx navicommit cAdd a script to your package.json:
"scripts": {
"commit": "navi commit",
}Then you can run the script using npm:
npm run commitNavicommit will guide you through a series of questions to generate an appropriate commit message.
Once the commit is generated, copy-paste it in your Terminal.
🧩 Dependencies
📄 License
This project is licensed under the MIT License.
✍🏻 Author
Louis-Antonin Lesieur
