- Config file sample
This commit is contained in:
Tony Bark 2025-04-30 06:38:34 -04:00
parent 95161fb94f
commit 0b265c7768
4 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View file

@ -545,3 +545,4 @@ FodyWeavers.xsd
.idea/**
*.s2pk
s2pk.toml

View file

@ -1,7 +1,14 @@
# 📦 Sims 2 Package Manager
S2PKG, or Sims 2 Package Manager, aims to provide a simple cross-platform solution to package management.
S2PK, or Sims 2 Package Manager, aims to provide a simple cross-platform solution to package management.
## 🛣️ Project Roadmap
| Phase | Goal | Status |
| ----- | ------------------------------------------- | ------ |
| v0.1 | Core package manager | ✅ |
| v0.2 | Config file with default destination | 🔜 |
| v1.0 | Stable "Release" version with documentation | 🔜 |
## 🧩 Tech Stack
@ -35,6 +42,6 @@ S2PKG, or Sims 2 Package Manager, aims to provide a simple cross-platform soluti
- Critical vulnerabilities
- Framework-breaking issues
## License
## 🗒️ License
I license this project under the GPL v3 license - see [LICENSE](LICENSE) for details.

1
s2pk.toml.sample Normal file
View file

@ -0,0 +1 @@
destination ≡ "path/to/destination"