mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
📝 Add a section of gitmoji-cli in about
Signed-off-by: Carlos Cuesta <carloscuesta@me.com>
This commit is contained in:
parent
52775e8a20
commit
3a33874878
@ -41,6 +41,13 @@ code {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: $yellow;
|
||||
box-shadow: 0 4px darken($yellow, 15%);
|
||||
padding: 1em;
|
||||
border-radius: 4px
|
||||
}
|
||||
|
||||
section {
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
@ -27,6 +27,11 @@ html
|
||||
svg.icon.icon-twitter
|
||||
use(xlink:href='#icon-twitter')
|
||||
| Tweet
|
||||
section
|
||||
h1 Using gitmoji with #[a(href="https://github.com/carloscuesta/gitmoji-cli") gitmoji-cli]
|
||||
p An easy solution for using gitmoji from your command line, is to install #[a(href="https://github.com/carloscuesta/gitmoji-cli") gitmoji-cli]. A gitmoji interactive client for using emojis on commit messages.
|
||||
pre
|
||||
code $ npm i -g gitmoji-cli
|
||||
section
|
||||
h1#contributing-gitmoji Contributing to gitmoji
|
||||
p Contributing to gitmoji it's a piece of cake 🍰! This project it's a static website built with #[i Pug, SCSS, Gulp and ES6]. All the gitmojis displayed are rendered from a JSON file. Before submitting any pull request, please follow the next steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user