2 مستودعات
Utilities specifically for the Node.js runtime to facilitate the creation of complex command-line scripts.
Distinct from Node.js Development Utilities: Distinct from general ecosystem or build tools; focuses on the workflow of creating CLI utilities.
Explore 2 awesome GitHub repositories matching development tools & productivity · Node.js CLI Tooling. Refine with filters or upvote what's useful.
cross-env هو أداة سطر أوامر Node.js ومشغل نصوص shell متعدد المنصات. يعمل كمُعيِّن لمتغيرات البيئة يضمن التعامل مع المتغيرات بشكل متطابق عبر Windows وmacOS وLinux. توحد الأداة تعيين المتغيرات عن طريق تغليف تنفيذ shell في واجهة موحدة، مما يسمح للنصوص بالعمل بشكل متسق بغض النظر عن نظام التشغيل الأساسي. يتيح ذلك استخدام بناء جملة واحد لتكوين البيئة عبر بيئات shell متنوعة. يغطي المشروع قدرات لأدوات البناء المؤتمتة، وتكوين بيئة Node.js، وإنشاء خطوط أنابيب CI/CD محمولة.
Provides a Node.js-based CLI tool to standardize variable assignment across different shell environments.
cac is a Node.js CLI framework used to build command line interfaces with a declarative API. It functions as a command line argument parser and a command dispatcher that maps terminal input keywords to specific JavaScript callback functions. The framework features an automated help generator that produces usage instructions and version documentation based on the defined command structures. It manages command aliases and provides a routing system to link specific keyword inputs to execution logic. The toolkit covers command interface definition, including the configuration of global and comma
Facilitates the creation of custom developer utilities and scripts with complex flag configurations and subcommands.