Skip to content

An application to execute common development tasks.

License

Notifications You must be signed in to change notification settings

polderknowledge/pktool

Repository files navigation

pktool

Software License Build Status Coverage Status Quality Score

A tool to execute common development tasks such as creating new applications or libraries.

Install

Download the following files:

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.

Run with Docker

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

Change log

Please see CHANGELOG.md for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING.md and CONDUCT.md for details.

Security

If you discover any security related issues, please report them via HackerOne instead of using the issue tracker or e-mail.

Community

We have an IRC channel where you can find us every now and then. We're on the Freenode network in the channel #polderknowledge.

Credits

License

The MIT License (MIT). Please see License File for more information.

Releases

No releases published

Packages

No packages published