Getting Started

Create a New Project

To create a new project, run:

projectify init

Initial Setup

Projectify! will automatically configure:

  • A virtual environment.
  • Ruff as a linter and formatter.
  • Basic project structure with essential folders and files.

Basic Commands

  • Clean the project: projectify clean
  • Run tests: projectify run-tests
  • Generate documentation: projectify generate-docs