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
- Host: GitHub
- URL: https://github.com/kali-in-batch/pkg
- Owner: Kali-in-Batch
- License: other
- Created: 2025-05-18T20:36:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T22:28:43.000Z (4 months ago)
- Last Synced: 2025-06-06T22:30:10.454Z (4 months ago)
- Topics: 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
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- .shYou 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.