@moelshemy/node-api-boilerplate
v1.0.0
Published
Node.js API boilerplate with Mongoose, ESLint, Prettier and CLI
Downloads
2
Readme
Node API Boilerplate
Boilerplate for Node.js API using Express, Mongoose, ESLint, Prettier, and a CLI generator.
CLI Usage
npx create-node-api my-new-project
cd my-new-project
npm run dev # تشغيل السيرفر
npm run lint # لفحص الكود
npm run lint:fix # لإصلاح الأخطاء تلقائيًا
npm run format # لتنسيق الكود