Github
17 posts
Introducing Vanity: Sync Your GitHub Contributions Across Accounts
Announcing vanity, a CLI tool that syncs your GitHub contribution graph across multiple accounts so your green squares tell the whole story.
Rampart v0.3: Default Branch Support and HTML Reports
Rampart can now resolve each repo's actual default branch automatically and generate self-contained HTML audit reports you can share.
Introducing Rampart: Branch Protection Rules Across All Your Repos
Announcing rampart, a CLI tool to audit and enforce GitHub branch protection rules across all repos for a user or organization.
Stargazers CLI Update: Nested Commands, Account Trends, and Plotting!
Announcing the latest stargazers CLI update: all commands now under 'stargazers', plus new account-trend analysis and plotting features.
Introducing 'stargazers': A Tool to Understand Your GitHub Audience
Announcing 'stargazers': A CLI tool to fetch, analyze & summarize GitHub stargazers/forkers for any public repo. Inspired by Cockroach Labs' analysis.
Building and Engaging a Community Around Your Open Source Library
Attract users, encourage contributions, and build a welcoming environment for your open source library. Learn practical steps for community engagement.
Estimating the time spent on a project with git-pandas
Learn how to estimate project development time using commit history with git-pandas. Compares to git_time_extractor, git-hours, and glass.
Automating documentation workflow with sphinx and github pages
Explore a comprehensive guide on automating the deployment of Sphinx documentation to GitHub Pages, streamlining your workflow with efficient practices.
Using survival analysis and git-pandas to estimate code quality
Apply survival analysis with git-pandas to measure code quality in Git repositories by analyzing code longevity and contributor patterns over time.
Git-pandas v1.0.0, or how to check for a stable release
Explore git-pandas v1.0.0, focusing on interface consistency, parameter naming, and API simplification for improved data analysis workflows.