Skip to content
tolmasky edited this page Aug 12, 2010 · 17 revisions

Description

capp is a simple project creation tool for Cappuccino applications. When creating applications, you can choose from a number of pre defined templates described in more detail below. Objective-J and Cappuccino applications don’t need to be built in any way to work, but a Rakefile is provided to allow you to create compiled and optimized versions of your application.

Usage

gen PATH [options]

This will create a new Cappuccino project at PATH

Options
  • -l By default, a set of the latest Cappuccino frameworks are installed with your project. Specifying the -l flag will instead create a set of symbolic links to your own built frameworks from source.
  • -t, —template Specify what project template to use. By default the Application template is chosen. Currently the following templates exist:
    • Application – An empty application with an application controller class.
    • ThemeDescriptor – A special project for creating custom Cappuccino themes.
    • NibApplication – An empty application much like that one created in Application, but with the UI in .xib that can be converted to a cib with nib2cib
  • -f, —frameworks Just create the frameworks folder and don’t continue to making an actual project. You can use this with the -l flag to just create a set of symbolic links to the built frameworks from source.

config key value

This will configure capp with your information.

Options
  • —get name Shows the value of a key
  • -l, —list Lists all the current keys