Crate philec [] [src]

philec is the command-line driver for the PHiLe Compiler.

Basic usage:

philec -d mongodb -l go -o src/dal -n dbwrapper src/User.phi src/Post.phi

The absolute minimum of arguments to be provided are:

There are more command-line parameters, for greater flexibility:

Exit Status

The command-line compiler exits with status 0 if the compilation succeeds. If the compilation fails, it exits with a non-zero status, after having removed all generated temporary files.

See Also

Depending on how you are willing to use PHiLe, you may be looking for…