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.
- Host: GitHub
- URL: https://github.com/globocom/dojo
- Owner: globocom
- License: mit
- Created: 2011-08-02T22:11:54.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T16:27:06.000Z (about 2 years ago)
- Last Synced: 2025-04-06T08:36:36.650Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 120
- Watchers: 97
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).