Todos os commits
devem seguir de um prefixo.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
Quer deixar o seu seu bate-papo de texto do Discord com um sabor diferente? Você está com sorte, pois este é um Guia de Markdown para o nosso amado Discord!. O Discord usa o Markdown, um sistema simples de formatação de texto simples que ajudará você a destacar suas frases. Veja como fazer isso! Apenas adicione alguns caráteres antes e depois de texto desejado para mudar o estilo! Vou te mostrar alguns exemplos ...
{ | |
"UF": [ | |
{ | |
"id": 0, | |
"nome": "Acre", | |
"sigla": "AC" | |
}, | |
{ | |
"id": 1, | |
"nome": "Alagoas", |
{ | |
"editor.fontSize": 12, | |
"window.zoomLevel": -1, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"files.associations": { | |
"*.js": "javascript" | |
}, | |
"workbench.editorAssociations": [ | |
{ |
Below you can find colors reference of text to command when running node.js application: | |
console.log('\x1b[36m%s\x1b[0m', 'I am cyan'); //cyan | |
console.log('\x1b[33m%s\x1b[0m', stringToMakeYellow); //yellow | |
Colors reference | |
Reset = "\x1b[0m" | |
Bright = "\x1b[1m" | |
Dim = "\x1b[2m" |
This document is intended to provide consistent and helpful coding convention for ES6 code. It should be usable either in Node/IO.js or in the browser.
The recommended transpiling tool for ES6 to ES5 is babel. The recommended bundler for the browser is webpack, but browserify is also acceptable.
The recommended text editor is Sublime Text using babel-sublime. Other editors are acceptable, as long as they have proper ES6 and optionally, JSX support.
Instructions denoted as must/must not are mandatory. Instructions denoted as should/should not are preferred.
[ | |
{ | |
"dockerhub":"hub.docker.com/u/hpbonfim", | |
"github":"github.com/hpbonfim", | |
"instagram":"instagram.com/hpbonfim", | |
"linkedin":"linkedin.com/in/hpbonfim", | |
"soundcloud":"soundcloud.com/hpbonfim", | |
"stackoverflow":"stackoverflow.com/users/8117244/" | |
} | |
] |