Chocolate Mint is a Command Line slug generator that let's user shorten their long command line code and generate a custom command line code for it.
- Quick Start 🚀
- Documentations 🧾
- File Structure 📊
- Platform Support 🌐
- Contribution ✒
- Community 🤼
- Contributors ❤
git clone https://github.com/YOUR_USERNAME/chocolate-mint.git
docker-compose up
If there is change in package.json then we will need to use this command:
docker-compose up --build
Refer to Quick Start 🚀 section to set up the development environment
- Commit messages are communication and documentation. They're a log of more than just what happened, they're about why it was done.
- The longer a project is active, the more people involved, the larger the codebase, the more important it is to have good commit messages.
- Make sure every change that you make is well documented and is included in your commit message.
- One commit should have only one change. (A change may include multiple file changes that are essential to solving the issue/change).
- All commit messages should be in the imperative-present tense. After all, you are telling us what you have already done.
- The subject line should be a one-sentence summary, and should not include the word and (explicitly or implied).
- Any extra detail should be provided in the body of the PR.
- Don't submit unrelated changes in the same pull request.
- Initialize Repo
- Finalize Tech Stack for CLI
- Finalize Tech Stack for Frontend
- Bootstrap Repo
- Complete README.md
Instagram: https://www.instagram.com/devsocbitsgoa
Devsoc's Website: https://devsoc.club/
Here's the link to our slack community under QOSI:
Thanks goes to these wonderful people (emoji key):
Arpit Bhardwaj 🚧 |
snigdha2210 🚧 |
Ritvij Kumar Sharma 🚧 |
This project follows the all-contributors specification. Contributions of any kind welcome!