File: create.rst

package info (click to toggle)
python-briefcase 0.3.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,596 kB
  • sloc: python: 62,519; makefile: 60
file content (42 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
======
create
======

Create a scaffold for an application installer. By default, targets the current
platform's default output format.

Usage
=====

To create a scaffold for the default output format for the current platform:

.. code-block:: console

    $ briefcase create

To create a scaffold for a different platform:

.. code-block:: console

    $ briefcase create <platform>

To create a scaffold for a specific output format:

.. code-block:: console

    $ briefcase create <platform> <output format>

If a scaffold for the nominated platform already exists, you'll be prompted
to delete and regenerate the app.

Options
=======

The following options can be provided at the command line.

``-a <app name>`` / ``--app <app name>``
----------------------------------------

Run a specific application target in your project. This argument is only
required if your project contains more than one application target. The app
name specified should be the machine-readable package name for the app.