Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitmoji-cli

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitmoji-cli - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.editorconfig

27

package.json
{
"name": "gitmoji-cli",
"version": "0.1.0",
"version": "1.0.0",
"description": "A gitmoji client for using emojis on commit messages.",
"main": "index.js",
"bin": {
"gitmoji": "cli.js"
},
"xo": {
"esnext": true,
"rules": {
"array-callback-return": 1
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "xo",
"test": "npm run lint"
},

@@ -24,3 +33,13 @@ "repository": {

},
"homepage": "https://github.com/carloscuesta/gitmoji-cli#readme"
"homepage": "https://github.com/carloscuesta/gitmoji-cli#readme",
"dependencies": {
"axios": "^0.15.2",
"chalk": "^1.1.3",
"execa": "^0.5.0",
"inquirer": "^1.2.3",
"meow": "^3.7.0"
},
"devDependencies": {
"xo": "^0.17.1"
}
}
# gitmoji-cli
[![Travis Build Status](https://img.shields.io/travis/carloscuesta/gitmoji-cli.svg?style=flat-square)](https://travis-ci.org/carloscuesta/gitmoji-cli)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square)](https://github.com/sindresorhus/xo)
![gitmoji-cli](https://cloud.githubusercontent.com/assets/7629661/20454643/11eb9e40-ae47-11e6-90db-a1ad8a87b495.gif)
> A [gitmoji](https://github.com/carloscuesta/gitmoji) interactive client for using gitmojis on commit messages.
## About
This project provides an easy solution for using [**gitmoji**](https://github.com/carloscuesta/gitmoji) from your command line. Gitmoji-cli solves the hassle of searching through the gitmoji list. Includes a bunch of options you can play with! :tada:
## Install
```bash
$ npm i -g gitmoji-cli
```
## Usage
```bash
$ gitmoji --help
```
```
A gitmoji interactive client for using gitmojis on commit messages.
Usage
$ gitmoji
Options
--commit, -c Interactively commit using the prompts
--list, -l List all the available gitmojis
--search, -s Search gitmojis
```
### Commit
Add your changes and start the interactive commit client, to auto generate your commit based on your prompts.
```bash
$ gitmoji -c
```
![gitmoji commit](https://cloud.githubusercontent.com/assets/7629661/20454513/5db2750a-ae43-11e6-99d7-4757108fe640.png)
### Search
Search using specific keywords to find the right gitmoji.
```bash
$ gitmoji bug linter -s
```
![gitmoji list](https://cloud.githubusercontent.com/assets/7629661/20454469/1815550e-ae42-11e6-8c23-33ab7a3e48a3.png)
### List
Pretty print all the available gitmojis.
```bash
$ gitmoji -l
```
![gitmoji list](https://cloud.githubusercontent.com/assets/7629661/20454472/1c351e6c-ae42-11e6-8f3c-da73429d8eff.png)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc