generated from onei/lab-template
Enviar arquivos para "scripts"
This commit is contained in:
parent
2c4e4b7eab
commit
aff053c186
|
|
@ -0,0 +1,24 @@
|
||||||
|
# Project Template
|
||||||
|
|
||||||
|
## Template padrão para projetos do laboratório técnico.
|
||||||
|
|
||||||
|
### Estrutura:
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
lab-template/
|
||||||
|
README.md
|
||||||
|
docs/
|
||||||
|
README.md
|
||||||
|
(DOCUMENTAÇÃO)
|
||||||
|
src/
|
||||||
|
README.md
|
||||||
|
(CÓDIGO FONTE)
|
||||||
|
scripts/
|
||||||
|
README.md
|
||||||
|
(SCRIPTS AUXILIARES)
|
||||||
|
examples/
|
||||||
|
README.md
|
||||||
|
(EXEMPLOS)
|
||||||
|
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue