An open API service indexing awesome lists of open source software.

https://github.com/globocom/dojo

Dojos realizados na Globo.com ao longo dos últimos anos.
https://github.com/globocom/dojo

Last synced: 11 months ago
JSON representation

Dojos realizados na Globo.com ao longo dos últimos anos.

Awesome Lists containing this project

README

          

Repositório que armazena os Dojos acontecidos na Globo.com

INICIO: 08/02/2011

## Gerando um subprojeto dojo

Linguagens:

- go
- java
- javascript
- php
- python
- ruby
- rust
- r

### Comandos para gerar um subprojeto dojo

Irá gerar uma pasta com a data atual com um projeto dentro para realizar TDD

- `make dojo-go`
- `make dojo-java`
- `make dojo-js`
- `make dojo-php`
- `make dojo-python`
- `make dojo-ruby`
- `make dojo-rust`
- `make dojo-r`

**Exemplo**

```console
dojo@master:~$ make dojo-python
bash generate.sh "python"

Language selected: python
Creating directory...
Copying files to the directory ./2020_01_01 ...

Boilerplate successfully created: 2020_01_01

_ ___ ______ __ _____ ___ ___ ____ ___ __
| | / _| | |/ ___/ | \ / \ | |/ \ | |
| | / [_| |_ ( \_ | \| ||__ | | | |
| |___| _|_| |_| \|\__ | | D | O |__| | O | |__|
| | [_ | | / \ | | | / | | | __
| | | | | \ | | | \ ` | | | |
|_____|_____| |__| \___| |_____|\___/ \____j\___/ |__|

```

## License

Dojo is licensed under the [MIT license](LICENSE).