forked from dbader/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dbader#1 from othonalberto/portuguese_version
Portuguese version (Brazil)
- Loading branch information
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,66 @@ | ||
# Nome do produto | ||
> Descrição curta sobre o que seu projeto faz. | ||
[![NPM Version][npm-image]][npm-url] | ||
[![Build Status][travis-image]][travis-url] | ||
[![Downloads Stats][npm-downloads]][npm-url] | ||
|
||
De um a dois parágrafos sobre o que é seu projeto e o que ele faz. | ||
|
||
![](header.png) | ||
|
||
## Instalação | ||
|
||
OS X & Linux: | ||
|
||
```sh | ||
npm install my-crazy-module --save | ||
``` | ||
|
||
Windows: | ||
|
||
```sh | ||
edit autoexec.bat | ||
``` | ||
|
||
## Exemplo de uso | ||
|
||
Alguns exemplos motivamentes e úteis sobre como seu projeto pode ser utilizado. Adicionei blocos de códigos e, se necessário, screenshots. | ||
|
||
## Configuração para Desenvolvimento | ||
|
||
Descreva como instalar todas as dependências para desenvolvimento e como rodar um test-suite automatizado de algum tipo. Se necessário, faça isso para múltiplas plataformas. | ||
|
||
```sh | ||
make install | ||
npm test | ||
``` | ||
|
||
## Histórico de lançamentos | ||
|
||
* 0.2.1 | ||
* MUDANÇA: Atualização de docs (código do módulo permanece inalterado) | ||
* 0.2.0 | ||
* MUDANÇA: Remove `setDefaultXYZ()` | ||
* ADD: Adiciona `init()` | ||
* 0.1.1 | ||
* CONSERTADO: Crash quando chama `baz()` (Obrigado @NomeDoContribuidorGeneroso!) | ||
* 0.1.0 | ||
* O primeiro lançamento adequado | ||
* MUDANÇA: Renomeia `foo()` para `bar()` | ||
* 0.0.1 | ||
* Trabalho em andamento | ||
|
||
## Meta | ||
|
||
Seu Nome – [@SeuNome](https://twitter.com/...) – [email protected] | ||
|
||
Distribuído sob a licença XYZ. Veja `LICENSE` para mais informações. | ||
|
||
[https://github.com/yourname/github-link](https://github.com/othonalberto/) | ||
|
||
[npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square | ||
[npm-url]: https://npmjs.org/package/datadog-metrics | ||
[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square | ||
[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics |