create-imgyjs-app
v0.1.7
Published
Scaffold an app with imgyjs preconfigured.
Maintainers
Readme
create-imgyjs-app
create-imgyjs-app is a project scaffolding CLI for bootstrapping applications that use imgyjs as a centralized image storage layer.
It helps you:
- Generate a new project in one command
- Choose a framework (Next.js / React / Vanilla / Express)
- Choose a database (MongoDB / Firebase)
- Choose a storage provider (Vercel Blob / Amazon S3)
- Auto‑configure:
imgy.config.json- Environment variable placeholders
- Image upload & stats endpoints (for Next.js)
- A simple analytics dashboard (for Next.js)
Table of Contents
- Requirements
- Installation & Usage
- What the CLI Asks You
- What Gets Generated
- Configuration Files
- Running the Scaffolded App
- Folder Structure Examples
- Customization
- Limitations
- License
Requirements
- Node.js: ≥ 18 (recommended, aligned with modern Next.js)
- npm: any recent version that supports
npx
Installation & Usage
You typically use this CLI via npx (no installation required):
npx create-imgyjs-app