Append .exe to a given string if the program is running on a Windows environment
the complete solution for node.js command-line programs
Check if a file is executable
Minimal module to check if a file is executable.
Command-line tool to facilitate fetching an executable, caching it, and then running it.
YAML 1.2 parser and serializer
Easily inject arbitrary read-only resources into executable formats (Mach-O, PE, ELF) and use it at runtime.
Angular Schematics - CLI
Returns path to globally installed package
A pure JavaScript implementation of Sass.
Utilities for GraphQL documents.
API for working with Cloud Assemblies
A set of utils for faster development of GraphQL tools
Cross-platform support for running Windows executables
Package your Node.js project into an executable
YAML 1.2 parser and serializer
Locate a program or locally installed node module's executable
This package defines functions and classes to help Wallets implement the Wallet Standard.
This package defines functions to help apps support Wallets that implement the Wallet Standard.
Promisified version of cross-spawn
Detect if the current environment is a CI server
Cloud executable protocol
This package defines the foundational TypeScript types of the Wallet Standard, and so provides a practical specification of the Wallet Standard until a formal specification may be completed.
This package defines TypeScript types for **Standard Features** -- canonical, chain-agnostic features using the `standard` namespace of the Wallet Standard.
custom cucumber formatters which append timestamps to each scenario's name as it is executed
Allow register and execute later commands by name.
ActiveRecord::Commentator adds execute location (filename, line-number and method-name) as SQL comment that invokes SQL statement.
Resource file management configuration tool for Pod.
Locates a program file in the user's path. The which method takes a list of command names and searches the path for each executable file that would be run had these commands actually been invoked.
This is a Change Logging gem for a git initialized project.
Interactively select and execute fenced code blocks in markdown files. Build complex scripts by naming and requiring blocks. Log resulting scripts and output. Re-run scripts.
Acts as a proxy to a configurable underlying logging mechanism, permitting the code to be executed in absence of the logger. Provides hooks to permit the "decoration" of log messages. By default, the class and method name of the caller are added to the log message.
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Rake has the following features: * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to synthesize implicit tasks. * Flexible FileLists that act like arrays but know about manipulating file names and paths. * Supports parallel execution of tasks.
Ruby classes and executables for targetting and sending signals to *nix processes that match/don't match command name patterns, memory use, cpu use and time alive
Fig is a utility for configuring environments and managing dependencies across a team of developers. Given a list of packages and a command to run, Fig builds environment variables named in those packages (e.g., CLASSPATH), then executes the command in that environment. The caller's environment is not affected.