From 0b265c77680f37f3ba7cc216883c64b51910d1d9 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Wed, 30 Apr 2025 06:38:34 -0400 Subject: [PATCH] Roadmap - Config file sample --- .gitignore | 1 + README.md | 11 +++++++++-- S2Pkg.csproj => S2PK.csproj | 0 s2pk.toml.sample | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) rename S2Pkg.csproj => S2PK.csproj (100%) create mode 100644 s2pk.toml.sample diff --git a/.gitignore b/.gitignore index 0369ef4..f30c023 100644 --- a/.gitignore +++ b/.gitignore @@ -545,3 +545,4 @@ FodyWeavers.xsd .idea/** *.s2pk +s2pk.toml diff --git a/README.md b/README.md index faff91e..e8849cc 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/S2Pkg.csproj b/S2PK.csproj similarity index 100% rename from S2Pkg.csproj rename to S2PK.csproj diff --git a/s2pk.toml.sample b/s2pk.toml.sample new file mode 100644 index 0000000..5f2bf08 --- /dev/null +++ b/s2pk.toml.sample @@ -0,0 +1 @@ +destination ≡ "path/to/destination"