Skip to content

redds-be/rpkgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

rpkgm

redd's package manager.

View Demo · Report Bug · Request Feature

GitHub Workflow Status (with event) GitHub Workflow Status (with event) GitHub pull requests GitHub issues GitHub License GitHub go.mod Go version (subdirectory of monorepo)

Table of Contents
  1. About The Project
  2. Features
  3. Usage
  4. Roadmap
  5. Contributing
  6. License

About rpkgm

Just wanted to create my own package manager because why not?

(back to top)

Features

  • Repository management
  • Install packages
  • Uninstall packages

(back to top)

Usage

  • Kind of usable, but do not use it at this stage.

Roadmap

  • Update packages.
  • Use a config file.
  • Write documentation.

(back to top)

Contributing

I don't expect anyone other than me to contribute, but you should follow these steps :

Fork -> Patch -> Push -> Pull Request

The Go code is linted with golangci-lint and formatted with golines (width 120) and gofumpt. See the Makefile targets. If there are false positives, feel free to use the //nolint: directive and justify it when committing to your branch or in your pull request.

For any contribution to the code, make sure to create tests/alter the already existing ones according to the new code.

Make sure to run make prep before committing any code.

(back to top)

License

Project under the GPLv3 License.

Copyright (C) 2024 redd

(back to top)