A tool to execute common development tasks such as creating new applications or libraries.
Download the following files:
- https://polderknowledge.github.io/pktool/pktool.phar
- https://polderknowledge.github.io/pktool/pktool.phar.pubkey
You will need to download both files, to the same directory, for the utility to work; additionally, the name of the key must not be changed. Once downloaded, make the the PHAR file executable.
Pro-Tip: Put both files in a directory that is on your $PATH. Than create the alias pktool to the phar so you can easily execute it from anywhere on your system.
We provide a docker image for this repository at docker hub.
The working directory in the container is mounted at /data
. And the container will automatically change the owner of
the created project to the owner of the working directory.
To run the container:
docker run --rm -it -v $(pwd):/data polderknowledge/pktool
Please see CHANGELOG.md for more information what has changed recently.
$ composer test
Please see CONTRIBUTING.md and CONDUCT.md for details.
If you discover any security related issues, please report them via HackerOne instead of using the issue tracker or e-mail.
We have an IRC channel where you can find us every now and then. We're on the Freenode network in the channel #polderknowledge.
The MIT License (MIT). Please see License File for more information.