CONTRIBUTING.md 503 B

Code style

Please make your code look like the other code in the project.

PsySH follows PSR-12. This is automatically managed by StyleCI, so you don't need to worry about a thing!

Running tests

  1. Run make test to run tests!

Building pre-compiled phars

  1. Run make build to build everything, or make build/psysh/psysh for just the default build.
  2. Copy build/psysh/psysh somewhere useful like /usr/local/bin.
  3. Profit!