Managing and Creating Projects
Managing and creating projects using presets with RRPM
Available Presets
JavaScript
NPM
NodeJS
ReactJS
create-react-app
Vite
NextJS
Yarn
NodeJS
ReactJS
create-react-app
Vite
NextJS
Pnpm
NodeJS
ReactJS
create-react-app
Vite
NextJS
TypeScript
NPM
NodeJS
ReactJS
create-react-app
Vite
NextJS
Yarn
NodeJS
ReactJS
create-react-app
Vite
NextJS
Pnpm
NodeJS
ReactJS
create-react-app
Vite
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
Last updated