A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Docker Remote API module.
For ruby and ruby on rails
Check if the process is running inside a Docker container
Convert Oniguruma patterns to native JavaScript RegExp
Snyk CLI docker plugin
Ruby SemVer in TypeScript.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
dockerignore is a file filter library compatible with Docker and the node-ignore API
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
WebSocket framework for Ruby on Rails.
nodejs wrapper for nektos/act
Manage docker-compose from Node.js
Terminal and Web console for Kubernetes
A custom element wrapped rich text editor
The ProcessCube Engine. Stores and executes BPMNs.
A repo acts as the source of truth for the new nano's structure, configs, data etc.
A high-performance JavaScript 2D/3D polyline simplification library
<p align="center"> <a href="https://www.npmjs.com/package/@nx-tools/nx-container"> <img alt="NPM Version" src="https://img.shields.io/npm/v/@nx-tools/nx-container"/> </a> <a href="https://www.npmjs.com/package/@nx-tools/nx-container"> <img a
Check if the process is running inside a container (Docker/Podman)
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
TypeScript definitions for docker-modem
Ruby library to access the Docker API
A Wholesale framework for web, mobile, api, load, accessibility testing. Get you going in a minute. An instant setup of Ruby, Cucumber, Capybara, selenium, REST API Appium, Docker, Gatling and Axe Engine
Ruby side of the Raithon hybrid framework. Provides Rails integration, engine wrappers, contracts, CLI hooks, and Docker integration.
# Sambot Sambot is our internal Platform Engineering toolchain to help standardize and simplify our DevOps workflow. It provides an executable with a variety of commands, grouped in various areas of functionality such as session management, DNS changes and cookbook management. ## Usage To install the gem, simply run `chef gem install sambot`. This will install the gem in your ChefDK installation. If you want to use it outside Chef, run `gem install sambot`. Run `chef exec sambot` to be shown the help menu. For help on specific commands, i.e. cookbook management and specific cookbook management commands, run `chef exec sambot help cookbook` or `chef exec sambot cookbook help generate` for example. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.exacttarget.com/ads-devops/sambot. ### Installation Make sure you have `ruby >= 2.4.0` installed. Install `bundler >= 1.15.1` by running `gem install bundler` Run `bundle install` from the root of the project to install the required Ruby gems. ### Running Sambot If you want to test your changes locally, you can run `bundle exec bin/sambot`. ### Running Tests Run `bundle exec rspec spec` to execute the unit tests. Run `cd integration_tests && bundle exec rspec .` to execute the integration tests. These require that you have Docker Compose available. ### Linting There is nothing here yet