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 कमांड लाइन उपयोगिता और क्रॉस-प्लेटफॉर्म शेल स्क्रिप्ट रनर है। यह एक एनवायरनमेंट वेरिएबल सेटर के रूप में कार्य करता है जो यह सुनिश्चित करता है कि वेरिएबल्स को Windows, macOS और Linux पर समान रूप से संभाला जाए। यह टूल शेल निष्पादन को एक समान इंटरफेस में लपेटकर वेरिएबल असाइनमेंट को मानकीकृत करता है, जिससे स्क्रिप्ट अंतर्निहित ऑपरेटिंग सिस्टम की परवाह किए बिना लगातार चल सकती हैं। यह विभिन्न शेल वातावरणों में एनवायरनमेंट कॉन्फ़िगरेशन के लिए एक ही सिंटैक्स के उपयोग को सक्षम बनाता है। यह प्रोजेक्ट स्वचालित बिल्ड टूलिंग, 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.