Simple pub/sub messaging for the web
A message bus client in Javascript
generate random IDs and avoid collisions
LiveReload JS client - auto reload browser on changes
TypeScript definitions for hat
Convert form parameters to an object using the same logic as Rack
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
Get raw git commits out of your repository using git-log(1).
tsParticles spice rack palette
a util for spawning git from npm CLI contexts
Simple GIT interface for node.js
List of Git hooks
A high level git url parser for common git providers.
A low level git url parser.
Get all git semver tags of your repository in reverse chronological order.
Simple git client for conventional changelog packages.
Simple pub/sub messaging for the web
A pure JavaScript reimplementation of git for node and browsers
Some git helpers that changesets use to get information
Get the remote origin URL of a Git repository
Serverless Rack Plugin
semantic-release plugin to commit release assets to the project's git repository
Clean an input string into a usable git ref
Lint files staged by git
Serve up the current git commit SHA from rack
rack application (not a middleware) serves contents in a git repository directly
Adds your git ref to the HTTP headers
rack middleware which returns git revision
Rack app to pull blobs from git and return them in the response, based on rack static
Ruby/Rack Git Smart-HTTP Server Handler
a Rack and Git based wiki like thing
Rack middleware showing current git (or svn) revision number of application
`hub` is a command line utility which adds GitHub knowledge to `git`. It can used on its own or as a `git` wrapper. Normal: $ hub clone rtomayko/tilt Expands to: $ git clone git://github.com/rtomayko/tilt.git Wrapping `git`: $ git clone rack/rack Expands to: $ git clone git://github.com/rack/rack.git
Rack application that displays current Git commit information.
This project aims to replace the builtin git-http-backend CGI handler distributed with C Git with a Rack application. By default, Grack uses calls to git on the system to implement Smart HTTP. Since the git-http-backend is really just a simple wrapper for the upload-pack and receive-pack processes with the '--stateless-rpc' option, this does not actually re-implement very much. However, it is possible to use a different backend by specifying a different Adapter.
Rack middleware showing current git (or svn) revision number of application