2 مستودعات
The ability to wrap a core automation engine within a custom standalone command-line tool.
Distinct from CLI Command Frameworks: Focuses on embedding the engine logic into a larger CLI tool, rather than just defining commands.
Explore 2 awesome GitHub repositories matching development tools & productivity · Engine Embedding. Refine with filters or upvote what's useful.
Plop is a template-based code generator and interactive command-line scaffolding tool. It functions as a file system automation engine that uses a pipeline of prompt-driven tasks and regular expression replacements to generate and modify codebase structures. The framework combines Handlebars templates with interactive terminal prompts to automate boilerplate code generation. It allows for the enforcement of codebase patterns through shared generators and provides the ability to embed the engine into custom command-line tools. The system covers the creation of project files from templates and
Enables integration of the execution engine into standalone command-line tools by wrapping the core logic.
Yo هو إطار عمل CLI لـ Node.js ومنسق قوالب مشاريع يُستخدم لأتمتة إنشاء مشاريع برمجية قياسية. يعمل كمولد مشاريع تفاعلي ومشغل سقالات (scaffolding) ينتج كوداً مصدرياً مخصصاً وبيانات وصفية بناءً على إدخال المستخدم والقوالب المحددة مسبقاً. يستخدم النظام بنية قائمة على الإضافات لاكتشاف وتنفيذ أدوات الإعداد الخارجية. يتميز بنظام ملفات يعتمد على الذاكرة يحل التعارضات قبل الالتزام بالتغييرات على القرص ونموذج تنسيق مهام قائمة الأولويات لضمان ترتيب التنفيذ الصحيح للإعدادات المعقدة. يغطي إطار العمل مجموعة واسعة من قدرات الأتمتة، بما في ذلك توجيه المستخدم التفاعلي، وتوليد الملفات القائم على القوالب، وتعديل بيانات الحزمة البرمجية برمجياً. كما يوفر أدوات لأتمتة تثبيت التبعية، وإدارة دورة حياة المولد، وأطر عمل الاختبار للتحقق من هياكل ملفات الإخراج.
Integrates the generator engine into other applications to run scaffolding processes without a CLI.