Skip to content

emadadeldev/itt-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧩 Packages Script Structure

Each Packages script must follow this structure:

β”œβ”€β”€ automation/
β”‚Β Β  └── vlc/install.ps1

πŸ“œ Script Name

  • The script must be named install.ps1.

βš™οΈ Folder Name

  • The folder name represents the software name .
  • Do not use parentheses (), spaces, or special symbols in the tweak name.
    βœ… Allowed: vlc, k-lite ❌ Not allowed: vlc(v5etc), my softwaer

Contributors