Check if a process is running
continuously test if a process exists
Check if a path exists
process information for node.js and browsers
Check if a process is running
Synchronous validation of a path existing either as a file or as a directory.
Word Processing Document library
Get the first path that exists on disk of multiple paths
Provides functions for detecting if the host environment supports the WebCrypto API
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
Wrapper over enquirer with better support for testing
Test whether a path exists on the filesystem.
process information for node.js and browsers
A wrapper on top of kleur with ability to write test against the color functions
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
Redis commands
A ridiculously light-weight argument validator (now browser friendly)
Temporary file and directory creator
Types for the TypeScript-ESTree AST spec
Set of CodeceptJS config hooks to simplify configuration
Get the first fulfilled promise that satisfies the provided testing function
check whether a command line command exists in the current environment
Process-global proxy routing for Node.js.
TypeScript definitions for command-exists
Sends a null signal to a process or a group of processes specified by pid to check if it exists.
Provides an irb session to an existing ruby process.
This engine exists as development support for CompassAE.
kik off a process if no listener exists on a port.
Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.
Resque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. Resque is heavily inspired by DelayedJob (which rocks) and is comprised of three parts: * A Ruby library for creating, querying, and processing jobs * A Rake task for starting a worker which processes jobs * A Sinatra app for monitoring queues, jobs, and workers.
Take a list of JSON file names, and if they exist, load the contents into your process environment.
Lasso for Methods! You can hook up processes before and after to existing method objects, it's like a monkey patch without have to open up the actually method.
What uses WEBrick to serve a JSON object representing the state of services running on a machine. It currently includes modules for monitoring Unicorn workers, checking for the existence of files and processes, and combining the output of other What servers.
Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.
Define new objects or modifications of existing ones in external file (xml, csv, etc) and import them to your application. Importer will not only import all the objects but also will give you detailed summary of the import process.
A ruby background processing framework backed by RabbitMQ with sneakers.io under the hood. It integrates with your existing rails application and encapsulates sneakers functionality into your app