6 مستودعات
Tools used to bootstrap the initial structure and configuration of a full-stack framework project.
Distinct from Full-Stack Frameworks: Focuses on the setup tool rather than the runtime framework architecture
Explore 6 awesome GitHub repositories matching web development · Project Initializers. Refine with filters or upvote what's useful.
create-t3-app is a full stack web framework initializer and project scaffolder. It functions as a command line tool for initializing Next.js applications, acting as a TypeScript full stack starter that generates a predefined folder structure and configuration files. The tool focuses on establishing a typesafe full stack architecture. It enforces end-to-end type safety between the client and server, ensuring that data types remain synchronized across the entire application stack to prevent runtime errors. The initializer automates the setup of a full stack development environment by bootstrap
Functions as a project initializer to generate a modular full-stack structure with synchronized data types.
Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating systems from a single codebase. It functions as a native UI renderer and a JavaScript native UI bridge, sending serialized UI descriptions from a JavaScript engine to native mobile components. The project includes a cross-platform UI bundler and build tool to compile source code into optimized bundles for native renderers. It also provides a UI previewer and prototyping toolset that allows for testing mobile interface pages within web browsers and on physical devices. The fra
Provides a command-line tool to generate starting project structures and configurations for mobile development.
degit هو أداة لسقالات مشاريع Git ومحمل مستودعات يقوم بتهيئة مشاريع جديدة من قوالب Git عن بعد. يجلب أحدث التزام (commit) لمستودع كلقطة نظيفة، مجرداً كل تاريخ التحكم في الإصدار والبيانات الوصفية لتوفير نقطة بداية جديدة. تدعم الأداة جلب فروع، أو علامات، أو تجزئات التزام محددة لضمان استخدام المشروع لإصدار مصدر دقيق. يمكنها أيضاً إجراء استخراج للمجلدات الفرعية، مما يسمح بتنزيل مجلد معين من مصدر بعيد بدلاً من شجرة المشروع بأكملها. تتضمن الأداة ذاكرة تخزين مؤقت للقطات المحلية لتسريع عمليات الاسترجاع المستقبلية وتدعم المصادقة الآمنة عبر HTTPS أو SSH للوصول إلى المستودعات الخاصة. كما توفر آليات لتنفيذ خطافات ما بعد الاستخراج لتشغيل نصوص التنظيف بعد فك حزم المشروع.
Rapidly bootstraps new project structures by using cached remote repository archives.
Next-forge is a production-ready project scaffold and full-stack web framework stack designed for building web applications. It provides a comprehensive set of starter modules and boilerplates specifically tailored for SaaS infrastructure, including a TypeScript project scaffold and a Next.js application starter. The project utilizes a Turborepo monorepo template to organize multiple applications and shared packages in a single codebase. This architecture enables shared logic isolation and the use of a component-based UI library to maintain consistent styling across different applications. T
Provides project initializers to bootstrap the structure and configuration of a production-ready web application.
هذا المشروع عبارة عن قالب لتطبيقات الجوال متعددة المنصات وواجهة بداية (UI starter) لنظامي Android وiOS. يوفر أساساً لبناء واجهات جوال متسقة من قاعدة كود تعريفية واحدة. تطبق البنية إطار عمل تفاعلي لإدارة الحالة باستخدام BLoC وRxDart لفصل منطق الأعمال عن واجهة المستخدم. كما يتضمن بنية جوال مدعومة بالتدويل لإدارة دعم اللغات المتعددة والتعريب الإقليمي عبر التطبيق. تغطي قاعدة الكود إمكانيات تنفيذ عميل الجوال، بما في ذلك عرض المحتوى عن بُعد، وتخزين البيانات محلياً لحفظ إعدادات المستخدم، وحقن السمات المركزية للتنسيق العام.
Ships a boilerplate structure with pre-configured architecture and state management for bootstrapping mobile projects.
هذا المشروع عبارة عن سقالة JavaScript كاملة المكدس ونموذج أولي لمشروع MERN stack. يوفر بنية مشروع مهيأة مسبقاً تجمع بين MongoDB و Express و React و Node.js لتقليل وقت الإعداد اليدوي عند بدء تطبيقات الويب المدفوعة بالبيانات. تتميز مجموعة الأدوات ببيئة كاملة المكدس داخل حاويات تعزل التطبيق وقاعدة البيانات في حاويات لضمان الاتساق بين التطوير والإنتاج. كما تتضمن إطار عمل للعرض من جانب الخادم مصمماً لتوليد HTML على الخادم والترطيب على العميل لتحسين سرعات التحميل ورؤية محركات البحث. يغطي المشروع سير عمل تطوير واسع، بما في ذلك سقالات المشروع القائمة على القوالب عبر واجهة سطر الأوامر، وتجميع الأصول، وتحويل JavaScript. كما يدعم الجلب المسبق لمكونات جانب الخادم لضمان توفر البيانات قبل عرض الصفحة.
Ships a bootstrap tool to quickly initialize the database, server, and frontend structure for new web projects.