feat(Task): Added task directory

main
Vincent Gendron 2024-08-10 17:43:10 +02:00
parent 9935b3a2d3
commit b88fa5ca91
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Configuration
## Todo
### 0.0.1
- Add support for Linux
- Add documentation repository
### Next
- Add support for Windows
- Add support for MacOS
## Doing
## Done

19
task/installer.md 100644
View File

@ -0,0 +1,19 @@
# Installer
## Todo
### 0.0.1
- Create a toml/json based structure to define programs/tools to download.
- Write the installer
- Add support for Linux
- Add installer repository
### Next
- Add support for Windows
- Add support for MacOS
## Doing
## Done