Skip to content

Commit 221e7b4

Browse files
authored
Change to portuguese
1 parent ccc016c commit 221e7b4

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

README.md

+22-21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome to: Teed Maker CLI or just `tmk`
1+
# Bem vindo ao `Teed Maker CLI`, ou implesmente: `tmk`
22

33
```
44
_ _ _
@@ -14,56 +14,57 @@
1414
[![GitHub issues](https://img.shields.io/github/issues/teedmaker/cli.svg)](https://github.com/teedmaker/cli/issues)
1515
[![npm (scoped)](https://img.shields.io/npm/v/@teedmaker/cli.svg)](https://www.npmjs.com/package/@teedmaker/cli)
1616

17-
### let's start the party! :tada:
17+
### vamos iniciar a festa! :tada:
1818

19-
Initially I want to say that I'm really proud of with this project, because a long time I was tried to made some thing like this one. For various reasons I was fail, my programming skills was not good yet and a lot of things.
19+
Inicialmente eu gostaria de dizer que estou realmente feliz com este projeto, porque há muito tempo venho tentando fazer algo parecido.
20+
Mas por *diversos* motivos eu vinha falhando miseravelmente. Minhas habilidades não eram tão boas, meus conhecimentos etc.
2021

21-
So, I will explain how it works.
22+
Vamos lá então!
2223

2324
---
2425

25-
For now have little methods that you can use.
26+
Ainda não existem muitas funções que você possa usar, este projeto *encontra-se em desenvolvimento*.
2627

27-
And here they are:
28+
Aqui estão as funções:
2829

2930
### create
3031

31-
usage:
32+
uso:
3233

3334
> tmk create [methods]
3435
35-
#### create controller name
36+
#### create controller nome
3637

37-
This command will create a new controller. By default the path to controllers is `src/controllers`, but you can pass another with the flag: `--path='path/to/controllers'`, or just: `-p=path/to/controllers`. You can pass a another flag too (`--blank`, or just `-b`) to create a blank file.
38+
Este comando irá criar um novo controller. Por definição, o diretório para os controllers é `./src/controllers/`, mas você pode passar um outro com a flag: `--path='path/to/controllers'`, ou simplesmente: `-p=path/to/controllers`. Você também poderá passar uma outra flag: (`--blank`, ou: `-b`) para criar um arquivo em branco.
3839

39-
e.g.:
40+
exemplo:
4041

4142
> tmk create controller Home --path='new/path' --blank
4243
43-
This will create a blank controller (`HomeController`), inside of `new/path/`.
44+
Este comando irá criar um controller em branco dentro do diretório `new/path/`.
4445

45-
#### create service name
46+
#### create service nome
4647

47-
This command will create a new service. By default the path to services is `src/services`, you can change it with the flag `--path='new/services'` (or just `-p=new/path`). To create a new blank file, you need to pass the flag `--blank` (or `-b`).
48+
Este comando criará um service. Por definição eles serão criados dentro de `src/services`, mas você pode alterar o destino utilizando: `--path='new/services'` (ou `-p=new/path`). Para criar um arquivo em brando você poderá passar a flag `--blank` (ou `-b`).
4849

49-
e.g.:
50+
exemplo:
5051

5152
> tmk create service users
5253
53-
This will create a service `Users` in `src/services/Users.php`.
54+
Este comando criará o service `Users` em `src/services/Users.php`.
5455

55-
#### create view path/name
56+
#### create view caminho/para/a/view
5657

57-
This command enables you to create a view file. The default path is `src/views`, and can be changed with the flag `--path='new/path/to/views'` (or just `-p=new/path`). The flag `--blank` (or `-b`) can be passed to, if you want to create a blank view file.
58+
Este comando permite a criação de um arquivo view. O diretório padrão é: `src/views`, e pode ser alterado com a flag `--path='novo/caminho'` (ou simplesmente `-p=new/path`). A flag `--blank` (ou `-b`) pode ser passada também caso você queira criar uma view em brando.
5859

59-
e.g.:
60+
exemplo:
6061

6162
> tmk create view users/index
6263
63-
This will create a view file in `src/views/users/index.php`.
64+
Isto criará uma view em `src/views/users/index.php`.
6465

6566
----
6667

67-
### For now, it's all!
68+
### Isto é tudo, pessoal! :wink:
6869

69-
Some features will be added. For now it's look like a experiment. So, if you want to contribute, fork and work in it! Or create a new `issue`! :+1:
70+
Mais atualizações em breve! Por enquanto é só um experimento. Então, caso queira contribuir, dê um fork ou crie novas issues! :+1:

0 commit comments

Comments
 (0)