https://github.com/mass1ve-err0r/repotoolbox
Create & Manage static iOS APT repositories (WIP)
https://github.com/mass1ve-err0r/repotoolbox
debian-packaging repository-management repository-tools
Last synced: 2 months ago
JSON representation
Create & Manage static iOS APT repositories (WIP)
- Host: GitHub
- URL: https://github.com/mass1ve-err0r/repotoolbox
- Owner: mass1ve-err0r
- License: mit
- Created: 2019-09-27T12:35:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T15:28:43.000Z (over 6 years ago)
- Last Synced: 2025-12-25T20:59:48.445Z (6 months ago)
- Topics: debian-packaging, repository-management, repository-tools
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RepoToolbox (WIP!)
A static (iOS) APT repository management tool
## Update 10.02.2020:
As of now this is open-sourced as WIP because I no longer have time to work on this project (others have taken priority)
The it compiles and works fine, however package deletion is somewhat faulty. Anyone who'd like to work on this is free todo so, please do give credit!
I apologize if anyone has waited for this release, I hope you understand. For questions around this (serious ones), feel free to hit me up on Twitter @saadat603 :-)
## Introduction
If you own an iOS repo, you probably know how tedious it can get from writing depictions to proper management of packages.
There is no lack of templates, however I would also like to contribute to the community so here's _RepoToolbox:_
A Windows based and GUI driven repository management.
This is intended to be used with GitHub Pages, you can probably also deploy this on your own server.
Instructions on how to set it up can be found in the wiki!
It's been paused due to university, but here we are! Written entirely in C#, please feel free to browse through the code and __please make sure to read the wiki!__
## Requirements
- Windows 10
- .NET Framework 4.7.2
- A little time to setup
## Important Quick-Links
Wiki Home: (PLACEHOLDER)
GitHub Pages Setup: (PLACEHOLDER)
Internals-Packaging: (PLACEHOLDER)
Internals-Depictions: (PLACEHOLDER)
Customization: (PLACEHOLDER)
## Download & Installation instructions
Latest stable: (PLACEHOLDER)
## Credits / Thanks
- ICSharpCode for SharpZipLib
- 7Zip for 7zip
- MaterialDesignInXAML for bringing MaterialDesign to C# !
- Shugabuga for Silica & as resouce to learn
- StackOverflow and MSDN as always for being a great resource