JavaScript client for graphql-ruby
An javascript implementation of the Rapid Automated Keyword Extraction (RAKE) algorithm. Forked from https://github.com/sleepycat/rapid-automated-keyword-extraction
Migrations tool for Postgresql DB
CLI Tool for the zapp app and Quick Brick project
A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.
Update shared config for Shuttlerock's projects.
A NodeJS implementation of the Rapid Automatic Keyword Extraction algorithm.
A pure JS implementation of the Rapid Automated Keyword Extraction (RAKE) algorithm.
A pure JS implementation of the Rapid Automated Keyword Extraction (RAKE) algorithm.
Pretty unicode tables for the command line. Based on the original cli-table.
Codex CLI is a coding agent from OpenAI that runs locally on your computer.
The linux x64 distribution of the Sentry CLI binary.
Get stdout window width, with two fallbacks, tty and then a default.
A fabulous iconset packaged as a font
No description provided.
A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/
Spinners for use in the terminal
Toggle the CLI cursor
CLI tool for Angular
Three.js / React Three Fiber zen garden building blocks (thin re-export layer over zen-sand-rake until split).
Here JavaScript API
CLI for webpack & friends
Run commands concurrently
Validate a webpack configuration.
Ruby gem wrapper for a jslint cli. Uses the Johnson library for performance reasons targeted for usage in CI environments and backed up with a full test suite.
CLI app for commonly-used Rake tasks.
Quickly build and manage Umbraco projects
Ruby gem wrapper for a jslint cli. Uses the The Ruby Racer library for performance reasons targeted for usage in CI environments and backed up with a full test suite.
Rake tasks for upgrading wordpress with wp-cli
A Ruby's Rake wrapper over the *aws lambda* CLI (aws-cli/1.10.37).
AWS Opsworks Rake & CLI Tasks for Deployment
Collection of CLI tools and Rake tasks for common activities.
Adds a rake task that generates shell completion rules for a command_kit CLI. The rake task loads the CLI class and uses the 'completely' library to generate shell completion rules.
rake db:clone[manual] provides a CLI for selecting a specific source database to copy to a specific destination database. Supports postgreql and mysql.
A set of ruby classing wrapping mongodb cli tools, making them pleasant to integrate to ruby scripts, rake tasks, etc
Rum Runner is a Rake-based utility for building multi-stage Dockerfiles. Users can pair a multi-stage Dockerfile with a Rumfile that uses a Rake-like DSL to customize each stage's build options and dependencies. The `rum` executable allows users to easily invoke builds, shell-into specific stages for debugging, and export artifacts from built containers. Rum Runner has the following features: * Fully compatible with Rake * Rake-like DSL/CLI that enable simple annotation and execution of builds * Rumfiles are completely defined in standard Ruby syntax, like Rakefiles * Users can chain Docker build stages with prerequisites * Artifacts can be exported from stages * Shell tasks are automatically provided for every stage * Stage, artifact, and shell, steps can be customized