An open API service indexing awesome lists of open source software.

https://github.com/kali-in-batch/pkg

Kali in Batch packages
https://github.com/kali-in-batch/pkg

bash batch batchfile cli cmd cmdline kali kali-in-batch kali-linux kali-nethunter kali-scripts kali-tools kalilinux package package-manager package-manager-tool packages sh shell

Last synced: 3 months ago
JSON representation

Kali in Batch packages

Awesome Lists containing this project

README

          

## Forking and cloning the repository

Visit [this](https://codeberg.org/Kali-in-Batch/pkg/fork) to make a fork.

Then, make sure you have installed git from [https://git-scm.com/downloads](https://git-scm.com/downloads).

Copy your fork's URL, then clone it with `git clone `

## How to add a new package

We have the hello-world package for a template, which contains the following files:

- README.md
- LICENSE
- .sh

You must follow this template in the pull request adding a new package. If you're unsure about which license, see [Choose A License](https://choosealicense.com/licenses/).

License file is optional if you want to use the License of the actual repository.

You must create a directory called the package name in the packages directory.

Once you have added your package in your fork, you can then make a pull request here to get it added!

## What not to do in your packages

- Do not add malicious code.