Guild Ads CLI — interact with Guild Ads from the terminal or an AI agent
Mux Data SDK extension for monitoring Google IMA Ads with mux-embed
Google Ads API client library
A collection of scalar types not included in base GraphQL.
React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.
GraphQL plugin for ESLint
Google Ads API Client Library for Node.js
A framework that provides common functionality needed by video advertisement libraries working with video.js.
An Expo plugin to add iOS ad-related frameworks (AdSupport, AdServices, StoreKit, AppTrackingTransparency).
Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree
Guild Education React + TypeScript style guide.
SDK for Guild.xyz Public API
Beckhoff TwinCAT ADS client library for Node.js (unofficial). Connect to a Beckhoff TwinCAT automation system using the ADS protocol from a Node.js app.
TypeScript definitions for facebook-pixel
Google Ad Manager API client for Node.js
React Native HMS Ads Kit
Nexus core — public SDK surface: guild singleton, plugin/kit/apparatus types, guild config, package resolution
<span class="badge-patreon"><a href="https://patreon.com/benjie" title="Support Graphile development on Patreon"><img src="https://img.shields.io/badge/sponsor-via%20Patreon-orange.svg" alt="Patreon sponsor button" /></a></span> [ singleton
Guild Education's Prettier Config
TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience
Guilded is a framework for building web based components centered around current web standards and best practices. The current framework is written in ruby, but could be ported to other languages. Guilded intends to provide a toolset for creating and consuming reusable web components. Currently, this problem domain is filled with JavaScript frameworks. These frameworks are wonderful and work very well. However, they do not degrade gracefully and are not accessible. Guilded seeks to provide the same level of "componentization" and ease of use without sacrificing degradability and accessibility. Guilded will achieve these goals by applying each technology at our disposal to do what it was intended. XHTML will be employed for content. CSS used for layout and styling. Behavior will be added to a component with JavaScript through progressive enhancement. The user will have the best experience with a Guilded component when CSS and JavaScript are enabled in their browser, but will still be able to use the component when CSS and JavaScript are disabled. Guilded will use jQuery as it's base JavaScript framework. jQuery was chosen because it lends itself to progressive enhancement due to the way it was authored. In addition, the tight integration of jQuery's selectors with CSS selectors is also highly desirable. When authoring a Guilded component, it is encouraged to write the behavior code as a jQuery plugin. This will allow the jQuery plugin to be used outside of the Guilded project, if desired. Guilded also seeks to provide a standardized CSS framework for creating layouts that are reusable and predictable. Guilded will utilize the currently existing RubyGems system to package its components. A new Guilded component will be packaged in a Gem and have a dependency on the Guilded gem. The Guilded gem contains the framework to build Guilded components. Update: Due to the quality components, etc. being generated by the MooTools community and the general quality of the library, we have decided to include support for it in Guilded as of release 0.3.0.
A Rails form builder and helpers that will render a form wrapped in ul tags, with fields wrapped in li tags. Also generates a label with the human friendly name for the field. In addition it generates a note span and puts the hint defined in attr_human_hint (added to ActiveRecord by Guilded (http://github.com/midas/guilded/tree/master))