https://github.com/beeware/briefcase-template
A cookiecutter template for a starter Briefcase project.
https://github.com/beeware/briefcase-template
Last synced: about 1 year ago
JSON representation
A cookiecutter template for a starter Briefcase project.
- Host: GitHub
- URL: https://github.com/beeware/briefcase-template
- Owner: beeware
- License: mit
- Created: 2017-04-17T22:40:06.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T03:22:26.000Z (about 2 years ago)
- Last Synced: 2024-04-12T11:15:55.104Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 844 KB
- Stars: 39
- Watchers: 8
- Forks: 39
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Briefcase Bootstrap template
============================
A template for starting a Python app that will be deployed using Briefcase.
Using this template
-------------------
In normal usage, you won't need to reference this template at all - it is used
automatically by Briefcase when you run ``briefcase new``.
If you are developing a modification to this template and want to test it, you
can tell Briefcase to use your own template by passing in the ``-t`` option::
$ briefcase new -t
Alternatively, if you want to test this template *without* using Briefcase,
you can use `cookiecutter`_ directly.
1. Install `cookiecutter`_::
$ pip install cookiecutter
2. Run ``cookiecutter`` on this template::
$ cookiecutter https://github.com/beeware/briefcase-template
3. Add your code to the project.
.. _cookiecutter: http://github.com/cookiecutter/cookiecutter
.. _briefcase: http://github.com/beeware/briefcase