Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyouteki/pnp
Unified Package Manager for Seamless Integration of Files, Repositories, and Releases Across Platforms
https://github.com/hyouteki/pnp
c package-manager toml
Last synced: 3 months ago
JSON representation
Unified Package Manager for Seamless Integration of Files, Repositories, and Releases Across Platforms
- Host: GitHub
- URL: https://github.com/hyouteki/pnp
- Owner: hyouteki
- Created: 2024-09-15T13:41:26.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T16:09:28.000Z (4 months ago)
- Last Synced: 2024-10-25T22:30:46.064Z (3 months ago)
- Topics: c, package-manager, toml
- Language: C
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## PnPpm: Plug n Play Package Manager
### Philosophy
PnPpm (Plug n Play Package Manager) is designed to streamline package management by providing a unified way to download and manage packages from various sources. Whether your package is a single file from GitHub, an archive, a specific GitHub repository, a release, or even an archaic VCS release, PnPpm handles it all.
### Key Features
- **Flexible Package Sources**: Supports packages from various sources including single files, archives, repositories, releases, archaic version control systems, etc.
- **Automated Setup**: Generates `.gitignore`, setup guides, and auto-generated README files. Provides different setups for users who utilize PnPpm and those who don't, simplifying the build process with `pnp build`.
- **User Convenience**: Eliminates the need for users to manually navigate sites, download files, and follow complex setup instructions.
- **Courtesy to Authors**: Acknowledges and respects the work of package authors by including proper documentation and setup procedures.### Dependencies
- [curl](https://curl.se/download.html): Comes pre-installed on Windows 10 & 11.
- [git](https://git-scm.com/downloads): Download from the provided link.### Getting started
Clone the repository and build:
```bash
git clone https://github.com/hyouteki/pnp --recursive --depth=1
cd pnp
```
On Windows
```bash
build.ps1
```
On GNU/Linux
```bash
chmod +x build.sh
./build.sh
```### Courtesy
- [tomlc99 - cktan](https://github.com/cktan/tomlc99): TOML in c99; v1.0 compliant.