Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 573 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 573 Bytes

Contributing to interjection.sh

I'm glad you're interested in contributing! 🎉 🎉 🎉

Chances are, you're trying to add support for a new package management system. You'll want to add an appropriate elif block to the package manager detection and package output text processing logic in interjection.sh:

elif command -v your-package-manager > /dev/null 2>&1; then
    PACKAGES="$(your-logic-here)"

Don't forget to edit the README by adding a new bullet point under "Supported Package Management Systems"!

Thanks again for your efforts! :)