We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
awesome library!
wanted to change the emoji for test from 🚨 to 🧪 but the docs don't make it entirely clear on how to do that in devmoji.config.js.
devmoji.config.js
This config:
module.exports = { types: ["lint"], devmoji: [{ code: "test", emoji: "🧪" }], };
with this command:
echo "test: add middleware tests" | devmoji --format unicode
yields:
test: :🧪: add middleware tests
Just wondering if there's a way to map normal unicode emojis in the config?
Edit: the GitHub alias is :test_tube: - I wonder whether this is just not added to the source?
:test_tube:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
awesome library!
wanted to change the emoji for test from 🚨 to 🧪 but the docs don't make it entirely clear on how to do that in
devmoji.config.js
.This config:
with this command:
yields:
Just wondering if there's a way to map normal unicode emojis in the config?
Edit: the GitHub alias is
:test_tube:
- I wonder whether this is just not added to the source?The text was updated successfully, but these errors were encountered: