Compare commits

..

2 Commits

Author SHA1 Message Date
dcef1cef46 feat(Changelog): Added changelog directory 2024-08-10 17:43:39 +02:00
b88fa5ca91 feat(Task): Added task directory 2024-08-10 17:43:10 +02:00
3 changed files with 38 additions and 0 deletions

1
changelog/0.0.1.md Normal file
View File

@ -0,0 +1 @@
# 0.0.1

18
task/configuration.md Normal file
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 Normal file
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