# grunt-commit-emoji

> Commit through Grunt to add random emoji to your messages

Latest version **0.1.0** (published 2013-09-11) · 0 weekly downloads

## Install

```sh
npm install grunt-commit-emoji
pnpm add grunt-commit-emoji
yarn add grunt-commit-emoji
bun add grunt-commit-emoji
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2013-09-11 |
| First published | 2013-09-11 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 0.10.18 |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+5 in 1 direct dependencies) |
| Install scripts | no |
| Author | Nicolas Bevacqua |
| Maintainers | bevacqua |
| Keywords | gruntplugin, emoji |

## Links

- npm: https://www.npmjs.com/package/grunt-commit-emoji
- Homepage: https://github.com/bevacqua/grunt-commit-emoji
- npm.io page: https://npm.io/package/grunt-commit-emoji

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) 1.3.1
- [emoji-random](https://npm.io/package/emoji-random.md) 0.1.0

## Recent versions

- 0.1.0 (latest) — 2013-09-11

## README

grunt-commit-emoji
==================

Commit through Grunt to add random emoji to your messages.

Install

```
npm install grunt-commit-emoji --save-dev
```

Setup

```
grunt.loadNpmTasks('grunt-commit-emoji');
```

Configuration in `grunt.initConfig` isn't required.

Supported formats:

```shell
grunt commit -am foo
grunt commit -am "foo bar"
grunt commit -m foo
grunt commit -m "foo bar"
grunt commit -ma foo
grunt commit -ma "foo bar"
grunt commit --message foo
grunt commit --message "foo bar"
```

Separate modifiers, i.e: `grunt commit -a --message "foo bar"` are not supported at the moment. Mostly because Grunt will interpret that as an attempt to execute multiple tasks.

---
_Source: https://npm.io/package/grunt-commit-emoji · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
