logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

objfw-new - create source code from templates

Description

objfw-new is a program which creates source code from templates.

Examples

       Create 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

Name

       objfw-new - create source code from templates

Options

-a, --app
              Create a new app.

       -c, --class
              Create a new class.

       -h, --help
              Show the help.

       -pproperty, --property=property
              Add a property to the class. See examples for syntax.

       -sclass, --superclass=class-t, --test
              Create a new test.

See Also

objfw-compile(1)

                                                                                                    objfw-new(1)

Synopsis

objfw-new--app|--class|--test [--superclass=class] [--property=property] name

See Also