![]() |
![]()
| ![]() |
![]()
NAMEobjfw-new - create source code from templates SYNOPSISobjfw-new --app|--class|--test [--superclass=class] [--property=property] name DESCRIPTIONobjfw-new is a program which creates source code from templates. OPTIONS
EXAMPLESCreate a new application: objfw-new -a MyApp Create a new class Dog with a property name and superclass Animal: objfw-new -c -s Animal -p '(copy, nonatomic) OFString *name' Dog Create a new test: objfw-new -t DogTest SEE ALSOobjfw-compile(1)
|