mirror of
https://github.com/tonytins/s2pk.git
synced 2025-04-30 07:17:40 -04:00
Roadmap
- Config file sample
This commit is contained in:
parent
95161fb94f
commit
0b265c7768
4 changed files with 11 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -545,3 +545,4 @@ FodyWeavers.xsd
|
|||
|
||||
.idea/**
|
||||
*.s2pk
|
||||
s2pk.toml
|
||||
|
|
11
README.md
11
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.
|
||||
|
|
1
s2pk.toml.sample
Normal file
1
s2pk.toml.sample
Normal file
|
@ -0,0 +1 @@
|
|||
destination ≡ "path/to/destination"
|
Loading…
Add table
Reference in a new issue