
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
An opinionated interactive CLI that helps you automate generate conventional commits with emojis.
An opinionated interactive CLI that helps you automate generate conventional commits with emojis.
![]()
Using npm :
$ npm install -g epicc
Using yarn :
$ yarn add global epicc
First, you will be ask what type of commit do you want to make.
? What is your commit type? (Use arrow keys)
❯ ✨ Feature
🐞 Bug Fix
📚 Documentation
🎨 Style
⚡️ Performance
🔨 Refactor
🗑️ Removal
🔒 Security
🚨 Tests
💩 Deprecation
💚 Continuous Integration
💡 Change
🔧 Build
Second, you will input the commit message.
? What is your commit type? ✨ Feature
? Enter commit message: add awesome commit message
⠋ ⏳ Generating commit. Please standby. Over.
[main fef19ef] ✨ feat: add awesome commit message
3 files changed, 14 insertions(+), 10 deletions(-)
✔ ✅ Conventional commit successful. Standing by for new orders. Over.
Lastly, by using the epicc p [branch-name], it will then push your commits to the respectine repository.
epicc p main
⠙ ⏳ Copy that command control, pushing updates to the repository. Over.
To https://github.com/kentezrabetita/dict-examination.git
✔ 🚀 Command control, updates have been successfully pushed to the repository. Awaiting further orders. Over.
-V, --version will display current package version-h, --help will display help-st, --show-table will show a table of conventional commitsepicc ac will add all your changes and generate a conventional commit depending on your selection.epicc c will generate a conventional commit but with only the specific changes you stage.epicc p [branch] will push the changes to the repositoryFAQs
An opinionated interactive CLI that helps you automate generate conventional commits with emojis.
The npm package epicc receives a total of 7 weekly downloads. As such, epicc popularity was classified as not popular.
We found that epicc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.