Skip to main content

CLI Scaffolding Tool for web projects with Flask and FastAPI

Project description

rmnt

CLI Scaffolding Tool for web applications with python

Installation

Using pip

To install this package, run - pip install rmnt

Using source

  1. Clone this repository
  2. Create a virtual environment and install all the required packages using - pip install -r requirements.txt
  3. Run the following command - pip install -e .

Project Structure

project/
├── src/
│   ├── __init__.py
│   ├── app.py
│   ├── config.py
│   ├── utils.py
│   ├── models.py
│   └── exceptions.py
├── tests/
│   ├── __init__.py
│   ├── test_utils.py
│   ├── test_app.py
├── .github/
│   └── workflows/
├── README.md
├── Dockerfile
├── LICENSE
├── .gitignore
└── .env

Commands

  1. rmnt make <project-name> - Initialize a new project
  2. rmnt --help - Show help message
  3. rmnt --version - Show version

Features

  1. Builds project structure for FastAPI and Flask projects
  2. Creates a virtual environment
  3. Initializes a git repository

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rmnt-1.0.4.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

rmnt-1.0.4-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page