A NPM module to manage docker containers using docker-compose
Evolution Manager is an open-source interface for managing the Evolution API, simplifying the creation and administration of API instances with advanced features and diverse integrations.
Modern stream composer
Compose render prop components
Check if the process is running inside a Docker container
Snyk CLI docker plugin
A utility for composing ESLint rules from other ESLint rules
cache dependency manager installs to local machine
TypeScript scope analyser for ESLint
Manage docker-compose from Node.js
Docker Remote API module.
Automated & optimized dependency updates for JavaScript & TypeScript projects. Like Renovate & Dependabot.
Provides an API to compose mails using OS specific UI
Wraps the embeddable HTML contents of each page file from the content catalog in a page layout to yield standalone pages in an Antora documentation pipeline.
Claude Code Switch - Instant profile switching between Claude, GLM, Kimi, and more
Self-contained WASM bundle for building batched Aptos Move script payloads via the dynamic transaction composer.
TypeScript definitions for docker-modem
Check if the process is running inside a container (Docker/Podman)
Command-line companion utility for Postman
Run and compose async tasks. Easily define groups of tasks to run in series or parallel.
A zero-config, self contained local WordPress environment for development and testing.
Package manager detector
Docker remote API network layer module.
AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native
Docker compose wrapper for managing containers.
Describe development services with YAML
Dockman reads partial docker-compose configurations and concatenates them in a single master file.
Dependabot-Docker-Compose provides support for bumping Docker Compose image tags via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.
Helps managing docker compose excution on local or remote with inetractive shell support
Framework for managing docker containers based on docker-compose
Egg helps initialize, manage, and execute on complex multi-service architectures using Docker and Docker Compose
# 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