create-efc-app
v0.4.6
Published
Interactive scaffolder for Express File Cluster projects
Downloads
4,474
Readme
create-efc-app
Interactive scaffolder for Express File Cluster projects.
Quick Start
npx create-efc-app my-api
cd my-api
efc start devThe interactive scaffolder asks for language, database, auth strategy, and whether you want clustering and background tasks — then writes the boilerplate, generates a .env with a real JWT_SECRET, and runs npm install.
For full framework documentation on routing, middleware, clustering, and tasks, please see the Express File Cluster package or the GitHub Repository.
