No description provided.
A CSS parser, transformer, and minifier written in Rust
Manage docker-compose from Node.js
A CSS parser, transformer, and minifier written in Rust
compose Koa middleware
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
Sentry Bundler Plugin Core
The progressive JavaScript framework for building modern web UI.
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
Module Federation Runtime for webpack
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
TypeScript definitions for koa-compose
JSS plugin for classes composition
GraphQL schema builder from different data sources with middleware extensions.
A CSS parser, transformer, and minifier written in Rust
The Linux 64-bit binary for esbuild, a JavaScript bundler.
A CSS parser, transformer, and minifier written in Rust
A CSS parser, transformer, and minifier written in Rust
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
Compose new functions f(g(x))
An extremely fast JavaScript and CSS bundler and minifier.
A CSS parser, transformer, and minifier written in Rust
A simple utility for composing two or more react refs into a single callback ref.
converts bare objects to DOM objects or xml representations
This is a bundler subcommand called `bundle compose` that makes it easy to layer additional gems on top of an existing bundle.
Interval pull requester with bundler/carton/david/cocoapods/composer/none update.
# 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