2-day longest streak
-
terminalcolours ⑂
A SIMBL plug-in for Terminal in Leopard which allows customisation of the text colours
Objective-C ★ 117 4y agoExplain → -
broccoli-webpack-cached
(Not currently maintained) A fast, compatible webpack plugin for Broccoli.
JavaScript ★ 7 9y agoExplain → -
monokai-timmfin
The Monokai sublime/textmate them with a few enhancements (markdown coloring and better warning/error outlining in sublime).
★ 4 14y agoExplain → -
Blurminal ⑂
No description.
Objective-C ★ 4 16y agoExplain → -
sprockets-directive-loader
Converts Sprockets/Rails directives, in both JS and CSS files, into modules recognizable by Webpack.
JavaScript ★ 2 10y agoExplain → -
coffee-script-tmbundle ⑂
A TextMate Bundle for CoffeeScript
★ 1 16y agoExplain → -
sublime-text-2-git ⑂
Plugin for some git integration into sublime text 2
Python ★ 1 14y agoExplain → -
CodexBar ⑂
Show usage stats for OpenAI Codex and Claude Code, without having to login.
★ 0 5mo agoExplain → -
RepoBar ⑂
Show status of GitHub Repos right in your menu bar and terminal: CI, Issues, Pull Requests, Latest Release.
★ 0 5mo agoExplain → -
clawdis ⑂
Your own personal AI assistant. Talk via WhatsApp, Telegram or Web.
TypeScript ★ 0 4mo agoExplain → -
claude-code-openai-wrapper ⑂
OpenAI API-compatible wrapper for Claude Code
★ 0 5mo agoExplain → -
sandbox
No description.
Python ★ 0 5mo agoExplain → -
html-loader ⑂
html loader module for webpack
JavaScript ★ 0 11y agoExplain → -
sass-loader ⑂
SASS loader for Webpack
HTML ★ 0 10y agoExplain → -
timmfin.github.io
Quick and dirty replacement to the wordpress blog I've (barely) updated since 2004
HTML ★ 0 2y agoExplain → -
webpack-examples ⑂
Webpack Examples - (Enrty - Output - Loaders - Plugins)
★ 0 5y agoExplain → -
mimemagic ⑂
Mime type detection in ruby via file extension or file content
Ruby ★ 0 12y agoExplain → -
enzyme ⑂
JavaScript Testing utilities for React
JavaScript ★ 0 10y agoExplain → -
husky ⑂
:dog: Git hooks made easy
JavaScript ★ 0 8y agoExplain → -
drowse ⑂
No description.
HTML ★ 0 8y agoExplain → -
transformers ⑂
String/Data transformations for use in templating libraries, static site generators and web frameworks
JavaScript ★ 0 12y agoExplain → -
q ⑂
A promise library for JavaScript
JavaScript ★ 0 9y agoExplain → -
tapable ⑂
Just a little module for plugins.
JavaScript ★ 0 10y agoExplain → -
react-phone-input ⑂
A simple react component to format phone number as the user types
JavaScript ★ 0 10y agoExplain → -
serve-index ⑂
Serve directory listings
JavaScript ★ 0 10y agoExplain → -
omit-tilde-webpack-plugin ⑂
Webpack plugin that allows module imports to omit a tilde
JavaScript ★ 0 10y agoExplain → -
watchpack ⑂
Wrapper library for directory and file watching.
JavaScript ★ 0 10y agoExplain → -
merged-fs
Creates a proxy fs object (mimicing the node fs API) that merges together multiple filesystem instances and/or paths at different parts of the actual filesystem.
JavaScript ★ 0 10y agoExplain → -
bender-broccoli-utils
Collection of basic utils used for bender broccoli modules. Still very much in progress.
CoffeeScript ★ 0 10y agoExplain → -
bender-graph
Basic graph implementation to represent dependency tree for Asset Bender projects.
CoffeeScript ★ 0 10y agoExplain → -
webpack-cache-issues
An example project to illustrate webpack caching issues
JavaScript ★ 0 10y agoExplain → -
webpack-core ⑂
[OBSOLTE in webpack 2] The core of webpack and enhanced-require...
JavaScript ★ 0 10y agoExplain → -
webpack ⑂
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
JavaScript ★ 0 10y agoExplain → -
broccoli-test-helpers ⑂
No description.
JavaScript ★ 0 10y agoExplain → -
broccoli-quick-plugin
No description.
JavaScript ★ 0 10y agoExplain → -
broccoli-sane-watcher ⑂
No description.
JavaScript ★ 0 10y agoExplain → -
broccoli-retain-directive-header-comments
Broccoli plugin that converts "regular" comments in CoffeeScript and SASS into block comments, so they are retained after transpilation.
JavaScript ★ 0 10y agoExplain → -
lead ⑂
No description.
Clojure ★ 0 11y agoExplain → -
broccoli-dereference ⑂
No description.
JavaScript ★ 0 11y agoExplain → -
broccoli-grouped-filter
Similar to broccoli-filter (caching the output of individual files), but processes all files in a batch instead of individually.
JavaScript ★ 0 10y agoExplain → -
broccoli-cjsx ⑂
Coffescript React JSX filter for Broccoli
JavaScript ★ 0 10y agoExplain → -
broccoli-coffee ⑂
CoffeeScript preprocessor for Broccoli
JavaScript ★ 0 10y agoExplain → -
broccoli-noop-join-trees
Joins an array of trees to the main input tree, doing nothing with the joined trees output. Use in order to ensure that some trees are read (before they are actually needed).
JavaScript ★ 0 11y agoExplain → -
broccoli ⑂
Browser compilation library – an asset pipeline for applications that run in the browser
JavaScript ★ 0 11y agoExplain → -
bender-broccoli-lyaml
Broccoli filter to compile LYAML strings files into JS (still very much in progress).
CoffeeScript ★ 0 10y agoExplain → -
broccoli-dependencies
A set of helpers to deal with dependencies in Broccoli (still very much in progress)
CoffeeScript ★ 0 10y agoExplain → -
broccoli-extract-single-directory
Small filter that will "extract" a single directory from the passed input tree. An optimization over using broccoli-funnel, because this does not need to walk a (potentially large) input tree.
JavaScript ★ 0 10y agoExplain → -
broccoli-sprockets-dependencies
Broccoli filter and helpers to extract out Sprockets-style dependencies and create concatenated bundles (still very much in progress).
CoffeeScript ★ 0 10y agoExplain → -
bender-broccoli-compass
Broccoli filter to compile SASS via compass. Really just re-uses broccoli-compass with a few tweaks (also, still very much in progress)
CoffeeScript ★ 0 10y agoExplain → -
bender-broccoli-version-filter
Broccoli filter to insert Asset Bender versions into source (still very much in progress).
CoffeeScript ★ 0 10y agoExplain → -
broccoli-tiered-caching-writer
Combines broccoli-caching-writer and broccoli-filter, so that both the whole output and individual files are cached.
JavaScript ★ 0 11y agoExplain → -
bender-broccoli-cli
No description.
JavaScript ★ 0 11y agoExplain → -
broccoli-sass-dependencies
Broccoli helper to extract out SASS dependencies (still very much in progress).
CoffeeScript ★ 0 11y agoExplain → -
bender-broccoli-benchmark-fixtures
Several benchmark/test project fixtures for bender-broccoli
CSS ★ 0 11y agoExplain → -
broccoli-caching-writer ⑂
No description.
JavaScript ★ 0 11y agoExplain → -
broccoli-noop-filter
Similar to broccoli-filter but is a no-op, never writing anything to disk. Useful for things like linters when there is never any output.
JavaScript ★ 0 10y agoExplain → -
broccoli-slow-trees ⑂
No description.
JavaScript ★ 0 11y agoExplain → -
broccoli-stew ⑂
No description.
JavaScript ★ 0 10y agoExplain → -
node-copy-dereference ⑂
Copy files and directories, dereferencing symlinks and preserving last-modified times
JavaScript ★ 0 11y agoExplain → -
sprocket-tribe ⑂
Rack-based asset packaging system
Ruby ★ 0 13y agoExplain → -
node-glob-expand ⑂
A sync glob / minimatch call with a gruntjs -like `expand` of patterns, with minimum depepndencies. Derived from gruntjs's v0.4.1 `file.expand`.
CoffeeScript ★ 0 11y agoExplain → -
MarkdownEditing ⑂
Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
JavaScript ★ 0 11y agoExplain → -
broccoli-funnel ⑂
No description.
JavaScript ★ 0 11y agoExplain → -
jade ⑂
Jade - robust, elegant, feature rich template engine for nodejs
JavaScript ★ 0 11y agoExplain → -
broccoli-compass ⑂
No description.
JavaScript ★ 0 11y agoExplain → -
broccoli-kitchen-sink-helpers ⑂
No description.
★ 0 11y agoExplain → -
spacegray ⑂
A Hyperminimal UI Theme for Sublime Text
★ 0 11y agoExplain → -
sublime-monokai-extended ⑂
Extends Monokai from Soda with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
★ 0 11y agoExplain → -
persist-ignoring-whitespace-on-github
A simple Chrome extension which makes GitHubs '?w=1' url's persist across navigation and sessions (ignoring whitespace in diffs).
JavaScript ★ 0 13y agoExplain → -
broccoli-jade ⑂
Compile Jade templates
★ 0 11y agoExplain → -
broccoli-filter ⑂
Helper base class for Broccoli plugins that map input files into output files one-to-one
★ 0 11y agoExplain → -
SublimeTextGitX ⑂
Simple Sublime Text 2 / GitX integration plugin
Python ★ 0 10y agoExplain → -
semver-range
A library to deal with semantic version ranges like `v1.2.x` or `~1.2` (same as `~> 1.2`)
Ruby ★ 0 12y agoExplain → -
brad-moving ⑂
No description.
JavaScript ★ 0 12y agoExplain → -
guard ⑂
Guard is a command line tool to easily handle events on file system modifications.
Ruby ★ 0 13y agoExplain → -
sprockets-helpers ⑂
Asset path helpers for Sprockets 2.0 applications
Ruby ★ 0 13y agoExplain → -
sprockets-derailleur ⑂
Speed up Manifest::Compile by forking processes
Ruby ★ 0 13y agoExplain → -
semver ⑂
simple command line util & ruby module for managing versions according to http://semver.org
Ruby ★ 0 13y agoExplain → -
hike-tribe ⑂
A Ruby library for finding files in a set of paths
Ruby ★ 0 13y agoExplain → -
userscripts ⑂
My userscripts for Firefox (with Greasemonkey) and Chrome
JavaScript ★ 0 13y agoExplain → -
delarre.docpad ⑂
Personal site
CoffeeScript ★ 0 13y agoExplain → -
fontello ⑂
Iconic fonts scissors
JavaScript ★ 0 13y agoExplain → -
jQuery-Selector-Cache ⑂
Cache your selectors, without messy code.
JavaScript ★ 0 13y agoExplain → -
Site-Monitor ⑂
Simple, easy to use site monitor written in Python (with some hacked in Growl support).
Python ★ 0 16y agoExplain → -
django-flash ⑂
Django-Flash is a simple Django extension which provides support for Rails-like flash messages
Python ★ 0 17y agoExplain →
No repos match these filters.