Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 4130e64

Browse files
authored
Create README.md
1 parent b731c18 commit 4130e64

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Php2CSharp
2+
> Source converter in PHP to C#.
3+
4+
O programa lê o código-fonte em PHP e converte em outro diretório para C#.
5+
6+
## Exemplo de uso
7+
8+
Segue abaixo um exemplo de como executar a conversão. Entre no console do Windows e digite:
9+
10+
```sh
11+
php2csharp c:\diretorio_de_origem c:\diretorio_de_destino
12+
```
13+
14+
## Histórico de lançamentos
15+
16+
* 0.0.1
17+
* Conversão usando REGEX de PHP para C#
18+
19+
## Meta
20+
21+
Rodrigo Landim – [@Landim32Oficial](https://twitter.com/landim32oficial)rodrigo@emagine.com.br
22+
23+
Distribuído sob a licença GPLv2. Veja `LICENSE` para mais informações.
24+
25+
[https://github.com/landim32/php2csharp](https://github.com/landim32/php2csharp)
26+
27+
## Contributing
28+
29+
1. Faça o _fork_ do projeto (<https://github.com/landim32/php2csharp/fork>)
30+
2. Crie uma _branch_ para sua modificação (`git checkout -b landim32/php2csharp`)
31+
3. Faça o _commit_ (`git commit -am 'Add some fooBar'`)
32+
4. Push_ (`git push origin landim32/php2csharp`)
33+
5. Crie um novo _Pull Request_

0 commit comments

Comments
 (0)