🟢 README.md -> added installation instructions and introduction section

🛠️ .mdlrc -> set style path
🛠️ mdl.rb -> created a new ruby script
🔴 RECUPE\_SCHEDULE.sh -> removed shell script
This commit is contained in:
2024-11-01 13:15:35 +01:00
parent 49f72ef22e
commit c1ad2ac9e0
3 changed files with 22 additions and 0 deletions

1
.mdlrc Normal file
View File

@@ -0,0 +1 @@
style "#{File.dirname(__FILE__)}/mdl.rb"

View File

@@ -1,5 +1,24 @@
# myice
## intro
Avec tout ça on va aller chercher sur MyIce les planning des gamins et générer
les pdf qu'on veut
## install
with [uv](https://docs.astral.sh/uv/getting-started/installation/):
```shell
uv tool install --extra-index-url https://gitea.parano.ch/api/packages/herel/pypi/simple/ myice
```
with [pipx](https://pipx.pypa.io/stable/installation/):
```shell
pipx install --extra-index-url https://gitea.parano.ch/api/packages/herel/pypi/simple/ myice
```
## récupérer le schedule
```shell

2
mdl.rb Normal file
View File

@@ -0,0 +1,2 @@
all
rule 'MD013', :ignore_code_blocks => true