forked from caelum/caelum-stella
-
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.
Readme para ajudar a contribuir caelum#236
- Loading branch information
1 parent
cef4bfb
commit 08cdf61
Showing
1 changed file
with
26 additions
and
6 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 |
---|---|---|
@@ -1,13 +1,33 @@ | ||
# Caelum Stella | ||
|
||
![Build status](https://secure.travis-ci.org/caelum/caelum-stella.png) | ||
|
||
Alguns processos são comuns e recorrentes em sistemas voltados para o público brasileiro. O Stella vai te auxiliar nesse caso, oferecendo uma API simples para validação e formatação de CPF, CNPJ e outros cadastros comuns no Brasil. Além de oferecer uma API para trabalhar com boletos, números e integração com JSF, JPA/Hibernate etc. | ||
|
||
Consulte a documentação: | ||
### Build status | ||
* TravisCI: | ||
* [![Build Status](https://travis-ci.org/caelum/caelum-stella.svg?branch=master)](https://travis-ci.org/caelum/caelum-stella) | ||
* Apache Jenkins: | ||
* Linux: [![Build Status](]() | ||
* Windows: [![Build Status]()]() | ||
|
||
### Requirements | ||
|
||
* Git | ||
* Maven 3.5 or above | ||
* Oracle JDK 7 or OpenJDK 7 | ||
|
||
### Building | ||
|
||
https://github.com/caelum/caelum-stella/wiki | ||
Fork este repositório | ||
Vá para a página do projeto forked e clone o mesmo em seu computador via ```git clone link-to-your-forked-repo-here``` | ||
Digite ```git remote -v``` confirmando que **origin** aparece e aponte para o repositório remoto que fez o fork | ||
Em seguida, digite ```git remote add upstream https://github.com/caelum/caelum-stella.git``` | ||
Verifique novamente via ```git remote -v``` | ||
Certifique-se que **origin** e **upstream** estejam configurados | ||
Pronto, use seu IDE ou o maven | ||
``` | ||
$ mvn install | ||
``` | ||
|
||
E a página de downloads e configuração de dependência via Maven: | ||
### Running | ||
|
||
https://github.com/caelum/caelum-stella/wiki/Download | ||
Use o artefato construído, colocando-o no classpath de sua aplicação através do maven ou diretamente |