Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-fr committed Apr 30, 2015
1 parent 04dd378 commit 0d8cf9d
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

**YAK Pro** stands for **Y**et **A**nother **K**iller **Pro**duct.

This tool makes use of [PHP-Parser](https://github.com/nikic/PHP-Parser) for parsing php.
You just have to download the zip archive and uncompress it under the PHP-Parser subdirectory.
This tool makes use of [PHP-Parser](https://github.com/nikic/PHP-Parser) for parsing php.
You just have to download the zip archive and uncompress it under the PHP-Parser subdirectory.
or make a git clone ...

The yakpro-po.cnf self-documented file contains many configuration options!
The yakpro-po.cnf self-documented file contains many configuration options!
Take a look at it!

Prerequisites: php 5.3 or higher, [PHP-Parser](https://github.com/nikic/PHP-Parser).
Expand All @@ -31,24 +32,24 @@ Published under the MIT License

## Usage:

`yakpro-po`
Obfuscates according configuration file!
`yakpro-po`
Obfuscates according configuration file!
(See configuration file loading algorithm)

`yakpro-po source_filename`
Obfuscates code to stdout
`yakpro-po source_filename`
Obfuscates code to stdout

`yakpro-po source_filename -o target_filename`
Obfuscates code to target_filename
`yakpro-po source_filename -o target_filename`
Obfuscates code to target_filename

`yakpro-po source_directory -o target_directory`
`yakpro-po source_directory -o target_directory`
Recursivly obfuscates code to target_directory/yakpro-po (creates it if not already exists).

`yakpro-po --config-file config_file_path`
`yakpro-po --config-file config_file_path`
According to config_file_path.

`yakpro --clean`
Requires target_directory to be present in your config file!
`yakpro --clean`
Requires target_directory to be present in your config file!
Recursivly removes target_directory/yakpro-po


Expand Down

0 comments on commit 0d8cf9d

Please sign in to comment.