📦
RRPM
RRPM
RRPM
  • Introduction
  • Completions
  • Managing Remote Repositories
  • Managing and Creating Projects
  • Viewing and Regenerating the Config
  • The config.toml file
  • Extensions
    • Overview
    • Errors
  • Presets
    • The API
  • Hooks
    • The API
Powered by GitBook
On this page
  • Available Presets
  • Creating Projects
Edit on GitHub

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

Certain projects require certain tools to be installed for them to work

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

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

PreviousManaging Remote RepositoriesNextViewing and Regenerating the Config

Last updated 3 years ago

Creating A Project