Skip link component for the Municipality of Utrecht based on the NL Design System architecture
Breadcrumb navigation component for the Municipality of Utrecht based on the NL Design System architecture
Abstractions for inHandel frontend projects.
semantic-release plugin to publish a gem to Rubygems
Scan translation keys in your codebase and sync them to the Translations CMS
poc for design tokens
Higher order event emitter
A plugin that automates publishing ruby gems.
Deze repository bevat een voorbeeld-structuur (met documentatie, scripts en setup) voor een statische website (gegenereerd met vue-cli).
Checkbox Filter CSS component
[](https://classroom.github.com/a/OnQFN83m)
At the top of the file there should be a short introduction and/ or overview that explains **what** the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)
Example design tokens
Zonneplan development showcase app
ArtSuite.SourceRootFinder
A plugin that automates publishing ruby gems.
Daag.
A semantic-release plugin for publishing Ruby gems
Delivered medication details web component
Medication scheme detail web component
Prescription detail web component
Medication scheme list web component
Diary notes web component
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="docs/hero-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="docs/hero-light.svg"> <img src="docs/hero-light.svg" alt="Attestatie Registratie Com
Generate a prerelease gemspec based on a Hoe spec.
Adds support for generation of gemspec files to Hoe. By default, excludes the signing key and certificate chain. Use <tt>rake gemspec:full</tt> to include the signing key and certificate chain.
A Hoe plugin with additional RubyGems tasks. Provides support for generating gemspec files and installing with a prefix.
Gemma is a gem development helper like hoe and jeweler, but it keeps the gemspec in a gemspec file, instead of in a Rakefile. This helps your gem to play nicely with commands like gem and bundle, and it allows gemma to provide rake tasks with sensible defaults for many common gem development tasks.
TarPit provides the glue for an unholy union of build tools. TarPit includes general automation for any rubygems project. It originally used and remains heavily influenced by Hoe (e.g. Manifest.txt.) However, it fully supports use of Bundler. The gemspec benefits from sensible automation but remains in a <project>.gemspec per Bundler's requirements.
CAST parses C code into an abstract syntax tree (AST), lets you break it, then vomit it out as code. The parser does C99. This fork supports Ruby 1.9.3, gemspec, and requires Hoe. The Rubyforge page above is documentation for the original version, but most things should be the same.
Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it’s like Hoe but for Cocoa apps. Package up your OS X/Cocoa applications into Custom DMGs, generate Sparkle XML, and upload. Instead of hours, its only 30 seconds to release each new version of an application. Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it's like Hoe but for Cocoa apps. The main feature is a powerful rake task "rake appcast" which builds a release of your application, creates a DMG package, generates a Sparkle XML file, and posts the package and XML file to your remote host via rsync. All rake tasks: rake build # Build Xcode Release rake dmg[automount] # Create the dmg file for appcasting (`rake dmg`, or `rake dmg[automount]` to automatically mount the dmg) rake feed # Create/update the appcast file rake upload # Upload the appcast file to the host rake version:bump:major # Bump the gemspec by a major version. rake version:bump:minor # Bump the gemspec by a minor version. rake version:bump:patch # Bump the gemspec by a patch version. rake version:current # Display the current version