A CLI tool to bootstrap Express + Prisma projects with PostgreSQL
Project description
create-prisma-app
create-prisma-app is a Python-powered CLI that bootstraps a Node.js + Express + Prisma project with PostgreSQL.
🚀 Features
- Sets up an Express server
- Configures Prisma ORM
- Auto-generates database migrations
- Adds Jest for testing
- Includes a sample health check & database connection test
📦 Installation
Using pipx:
Usage
usage: create-prisma-app [-h] --db-name DB_NAME --db-user DB_USER --db-pass DB_PASS project_name
Express + Prisma Bootstrap CLI
positional arguments: project_name Project name
options: -h, --help show this help message and exit --db-name DB_NAME Database Name --db-user DB_USER Database User --db-pass DB_PASS Database Password
pipx install create-prisma-app
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file create_prisma_app-0.1.0.tar.gz.
File metadata
- Download URL: create_prisma_app-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e70c0efe336ea9381b8f24d0ad96a574560ad136192ba096da7f83744ec819ad
|
|
| MD5 |
30387d3ae306877087e49459a5e1ca18
|
|
| BLAKE2b-256 |
bb138ccf0d80712d74971a921ab28c28c73805cd76ea1b1298b251840001eb31
|
File details
Details for the file create_prisma_app-0.1.0-py3-none-any.whl.
File metadata
- Download URL: create_prisma_app-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31be389963d0d3f0d8bd94f0194024a462dcc9439079084a8124389136ee2c26
|
|
| MD5 |
7e4e47d8776f0e2d3e5b444c2b326935
|
|
| BLAKE2b-256 |
b2bf2a7fa4ee8b96831c00b4d81ac562707044f7ba0f5457bde4a8b65f9af015
|