generated from onei/lab-template
Initial commit
This commit is contained in:
commit
548907f1f7
|
|
@ -0,0 +1,19 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
---
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- Initial repository structure
|
||||
- Documentation folders
|
||||
- Template files
|
||||
|
||||
---
|
||||
|
||||
## [1.0.0] - 2026
|
||||
|
||||
### Added
|
||||
- Initial release
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2026 Onei Barros Jr.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software.
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
# Nome do Projeto
|
||||
|
||||
Descrição do projeto.
|
||||
|
||||
Este repositório faz parte do laboratório técnico:
|
||||
|
||||
https://git.maiswebsites.com
|
||||
|
||||
---
|
||||
|
||||
## Estrutura
|
||||
|
||||
src/
|
||||
scripts/
|
||||
examples/
|
||||
docs/
|
||||
|
||||
---
|
||||
|
||||
## Objetivo
|
||||
|
||||
Descreva aqui o objetivo do projeto.
|
||||
|
||||
---
|
||||
|
||||
## Autor
|
||||
|
||||
Eng. Onei Barros Jr.
|
||||
Loading…
Reference in New Issue