All Projects → dylanaraps → community

dylanaraps / community

Licence: MIT License
KISS - Community Repository (temporarily closed for maintenance)

Programming Languages

shell
77523 projects
Roff
2310 projects

Projects that are alternatives of or similar to community

grepo
GKISS - A fork of KISS Linux that uses the GNU C library, mirror of https://codeberg.org/kiss-community/grepo
Stars: ✭ 51 (-50.49%)
Mutual labels:  repository, kiss-repo
gitstats
simple statistical analysis tool for git repositories
Stars: ✭ 16 (-84.47%)
Mutual labels:  repository
terraform-module-versions
CLI tool that checks Terraform code for module updates. Single binary, no dependencies. linux, osx, windows. #golang #cli #terraform
Stars: ✭ 143 (+38.83%)
Mutual labels:  repository
jackrabbit-filevault
Apache Jackrabbit FileVault
Stars: ✭ 37 (-64.08%)
Mutual labels:  repository
laravel-repository
Repository pattern implementation for Laravel
Stars: ✭ 49 (-52.43%)
Mutual labels:  repository
earkweb
E-ARK Web is a software for the creation and management of archival information packages, and it supports full-text search for individual files contained in them.
Stars: ✭ 18 (-82.52%)
Mutual labels:  repository
GraphQL.RepoDB
A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that enca…
Stars: ✭ 25 (-75.73%)
Mutual labels:  repository
KISS-kde
A KISS repository for KDE and friends
Stars: ✭ 21 (-79.61%)
Mutual labels:  kiss-repo
WpGet-Private-wordpress-plugin-repository
Wordpress private repository for plugins
Stars: ✭ 24 (-76.7%)
Mutual labels:  repository
BetterRepository
Better Enhanced Repository Pattern Implementation in .NET C#
Stars: ✭ 27 (-73.79%)
Mutual labels:  repository
nexus3-docker
ARM Docker image of Sonatype Nexus Repository Manager (NXRM) (Raspberry Pis - armv7l, aarch64)
Stars: ✭ 55 (-46.6%)
Mutual labels:  repository
repository-beta
BETA - Home Assistant Community Add-ons
Stars: ✭ 25 (-75.73%)
Mutual labels:  repository
SwiftFlowMeter
⚡️ A Swift library for using Hall effect based water flow sensors.
Stars: ✭ 22 (-78.64%)
Mutual labels:  repository
ioBroker.repositories
Repositories for ioBroker project
Stars: ✭ 55 (-46.6%)
Mutual labels:  repository
tainted
Tool to determine which Go packages need to be rebuilt in a monorepo
Stars: ✭ 53 (-48.54%)
Mutual labels:  repository
devliver
Your private self hosted composer repository with user management
Stars: ✭ 50 (-51.46%)
Mutual labels:  repository
repology-webapp
Repology web application
Stars: ✭ 114 (+10.68%)
Mutual labels:  repository
motionEye app HomeSurveillanceSystem
git repo for motionEye app - Home Surveillance System, available on Google Play Store
Stars: ✭ 22 (-78.64%)
Mutual labels:  repository
awesome-kiss
Awesome KISS repos, spins, commands, etc
Stars: ✭ 28 (-72.82%)
Mutual labels:  kiss-repo
hassio-addons
DSMR Reader Datalogger and Metabase Home Assistant Add-ons
Stars: ✭ 29 (-71.84%)
Mutual labels:  repository
|/
|\ISS                                                           https://k1ss.org
________________________________________________________________________________


Community Repository
________________________________________________________________________________

The community repository for KISS Linux.


Documentation
________________________________________________________________________________

- https://k1ss.org/package-system
- https://k1ss.org/package-manager
- https://k1ss.org/wiki/kiss/style-guide
- https://k1ss.org/software


Maintenance
________________________________________________________________________________

KISS follows a maintainer model when it comes to package ownership. Only the
maintainer of a package has the ability to push changes to said package. Any
issues must be reported to the maintainer directly.

The maintainer's details can be found via 'git log' or the 'kiss maintainer'
command. If the maintainer cannot be reached via email, open an issue in this
repository on GitHub.

If the maintainer does not respond within a reasonable amount of time, the
package will be orphaned and ownership will be given to someone else.


Submitting Pull Requests
________________________________________________________________________________

Pull requests should contain only a single package. This makes the review
process easier and allows for individual packages to be merged without waiting
on reviews for others.

Please fill out the pull request template as well.


Commit Style
________________________________________________________________________________

Contributions to this repository should adhere to the following commit style.

+------------------------------------------------------------------------------+
| Adding a new package                                                         |
+------------------------------------------------------------------------------+
|                                                                              |
|   $ git commit -m "pkg_name: new package at pkg_version"                     |
|                                                                              |
+------------------------------------------------------------------------------+
| Updating an existing package                                                 |
+------------------------------------------------------------------------------+
|                                                                              |
|   $ git commit -m "pkg_name: pkg_version"                                    |
|   $ git commit -m "pkg_name: bumped to pkg_version"                          |
|                                                                              |
+------------------------------------------------------------------------------+
| Miscellaneous changes                                                        |
+------------------------------------------------------------------------------+
|                                                                              |
|   $ git commit -m "pkg_name: other changes"                                  |
|   $ git commit -m "pkg_name: added missing dep_name dependency"              |
|   $ git commit -m "pkg_name: fixed incorrect bin dir"                        |
|   $ git commit -m "pkg_name: fixed build failure ..."                        |
|                                                                              |
+------------------------------------------------------------------------------+


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].