CLI application to sync git remotes across devices
Get the remote origin URL of a Git repository
Shared utilities for Paperclip adapters: process spawning, environment injection, sandbox/SSH transport, workspace sync, and the round-trip helpers that move code between the local execution-workspace cwd and wherever the agent actually runs.
Synchronously get the current git commit hash, tag, or branch
A secrets manager for .env files – from the same people that pioneered dotenv.
Get tags from a remote Git repo
semantic-release plugin to commit release assets to the project's git repository
Deploy your storybook as a webapp.
Shared utilities for Paperclip adapters: process spawning, environment injection, sandbox/SSH transport, workspace sync, and the round-trip helpers that move code between the local execution-workspace cwd and wherever the agent actually runs.
Get remote repository tags.
Parse `.git/config` into a JavaScript object. sync or async.
Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
Headless client for Obsidian services
WebAssembly Parquet reader and writer.
Get the git remote origin URL from your local git repository. Remember! A remote origin must exist first!
TypeScript definitions for git-rev-sync
A tiny (183B to 210B) and fast utility to ascend parent directories
Command line tool for generating a changelog from git tags and commit history
Git/Subversion/Mercurial repository metadata parser
The Sunniest Semantic Version Bumper
Collects Git commit info from CI or from CLI
Finds the first parent directory that contains a given file or directory.
A Vite plugin for synchronizing HMR across multiple workspaces in a monorepo setup.
A tiny (195B to 220B) utility to recursively list all (total) files in a directory
GitModel persists Ruby objects using Git as a data storage engine. It's an ActiveModel implementation so it works stand-alone or in Rails 3 as a drop-in replacement for ActiveRecord or DataMapper. Because the database is a Git repository it can be synced across multiple machines, manipulated with standard Git client tools, can be branched and merged, and of course keeps the history of all changes.
The funky git aware syncer.
The funky git aware syncer.
upstreamwatchr makes it easy to keep track of changes in the upstream repositories of your forks by comparing two git remotes and creating an issue on your fork if it is out of sync.
GitOCD watches a git repo for changes and automatically commits/pushes those changes
- xcsims: Delete all simulators and recreate one for each compatible platform and device type pairing. - sync-git-remotes: Make sure all your GitHub repos are cloned into a given directory and keep them synced with upstream. Forks are maintained with a remote for both the fork and upstream, both remotes' default branches are tracked in local counterparts, and the upstream default branch is also pushed to the fork. - changetag: Extract changelog entries to write into git tag annotation messages. - prerelease-podspec: Branch and create/push a release candidate tag, modify the podspec to use that version tag, and try linting it. - release-podspec: Create a tag with the version and push it to repo origin, push podspec to CocoaPods trunk. - revert-failed-release-tag: In case `release-podspec` fails, make sure the tag it may have created/pushed is destroyed before trying to run it again after fixing, so it doesn't break due to the tag already existing the second time around. - bumpr: Increment the desired part of a version number (major/minor/patch/build) and write the change to a git commit. - clean-rc-tags: deletes any release candidate tags leftover after prerelease testing. - migrate-changelog: for a changelog adhering to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), move any contents under Unreleased to a new section for a new version with the current date.
No description provided.
No description provided.