Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.04 KB

README.rst

File metadata and controls

38 lines (26 loc) · 1.04 KB

jolly_brancher

A sweet branch creation tool

Description

A longer description of your project goes here...

Installation

` pip install --user jolly-brancher `

Config

This package requires a configuration .ini file, which is populated upon invocation. You will be prompted for your Atlassian login email, the base Atlassian URL for your organization, your API token (which can be generated at https://id.atlassian.com/manage-profile/security/api-tokens), and the path to the root directory for your repositories. Please see example.ini for reference.

Note

This project has been set up using PyScaffold 4.0.2. For details and usage information on PyScaffold see https://pyscaffold.org/.

Building

  • tox -e build # to build your package distribution
  • tox -e publish # to test your project uploads correctly in test.pypi.org
  • tox -e publish -- --repository pypi # to release your package to PyPI
  • tox -av # to list all the tasks available