Managing and Creating Projects

Managing and creating projects using presets with RRPM

Available Presets

Unchecked boxes signify they are still a work in progress

Creating Projects

We will use the rrpm create command to generate projects based on the preset and variation we select as shown below.

Creating A Project

Usage

Usage: python -m rrpm create [OPTIONS] NAME

  Generate a project from any of the presets and/or its variations

Arguments:
  NAME  [required]

Options:
  --src / --no-src  [default: no-src]
  --help            Show this message and exit.
  • [NAME]: Name of the project. Required for all presets.

  • --src / --no-src: Applicable for poetry projects only

Last updated