Fast Git identity switching for developers
Namespace placeholder for git-id-switcher. The actual extension is available on the VS Code Marketplace and Open VSX Registry.
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
Get raw git commits out of your repository using git-log(1).
a util for spawning git from npm CLI contexts
Simple GIT interface for node.js
A high level git url parser for common git providers.
A low level git url parser.
List of Git hooks
Get all git semver tags of your repository in reverse chronological order.
Get the remote origin URL of a Git repository
Simple git client for conventional changelog packages.
Some git helpers that changesets use to get information
A pure JavaScript reimplementation of git for node and browsers
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
CSpell configuration for GIT.
git-log-parser
This module provides native bindings to ecdsa secp256k1 functions
JavaScript build tool, similar to Make or Rake
Download templates and git repositories with pleasure!
A pure JS SHA1 implementation created for js-git.
CLI tool to manage multiple Git identities with automatic GitHub SSH key setup. Use regular git commands with --profile flag.
A command-line tool to manage any number of GitHub/GitLab accounts on one machine.
A simple program to create a directory from a recipe.
Passphrase-encrypted ed25519 identity bundle for freenet-git
A CLI tool for managing git identity profiles. Quickly switch between different git identities (name, email, signing key) on a per-repository basis.
Git Object Identifiers in Rust
Securities identifier validation in pure Rust — ISIN, CUSIP, SEDOL, LEI, BIC, MIC, FIGI, CFI and national numbers. Check-digit algorithms, parsing, and conversion. Zero dependencies, no_std, no alloc.
With this tool, you can do a git commit with a redmine issue id. The message of the commit is filled with the title of the issue automatically.
Thin wrapper around git commit that adds a story id to commit messages
Build your Kynetx applications with the IDE of your choice! Installing the krl gem will give you command line tools that provides a simple interface that is similar to git or svn.
A mash up of PivotalTracker and git that makes a one to one story to branch mapping a lot of fun. It also works nicely with the pt PivotalTracker commandline gem. When branches are named by the PivotalTracker story id ptb will will do a git branch and list each story id branch with status, title and link to the story.
Twig is your personal Git branch assistant. It's a command-line tool for listing your most recent branches, and for remembering branch details for you, like issue tracker ids and todos. It supports subcommands, like automatically fetching statuses from your issue tracking system. It's flexible enough to fit your everyday Git workflow, and will save you a ton of time.
Simple tool to resize AWS instances with EBS root.
Caperoma automates many decisions related to the programming that you often don't realize, and which you can forget hundreds of times during the time of working on the project: pulling the latest code from upstream before you start working, remembering from which branch you started the feature to later make a pull request into it, creating & starting tasks in Jira, creating & starting tasks in Pivotal, naming branches, adding Jira ID into the branch name, style guide checks, commits, naming commits, adding Jira ID into commit name, adding Pivotal ID into commit name, git pushes, pull requests into correct branches, stopping tasks in Jira, stopping tasks in Pivotal, tracking time, logging time to Jira, switching back into the original branch and much more.
divshare ======== Description ----------- The divshare gem makes it easier to use the Divshare API. To use it, you need to create a Divshare account and sign up for an API key. Usage ----- Here's a brief walkthrough of the basic operations (see `examples/` for more information): require 'divshare' # Set these for your divshare account api_key = 'your api key' api_secret = 'your api secret' email = 'your login email address' password = 'your password' filename = 'a file you want to upload' client = Divshare::Client.new(api_key, api_secret) client.login(email, password) all_my_files = client.get_user_files all_my_files.each do |f| print "#{f.file_name} (#{f.file_size}) " puts "was last downloaded #{Time.at(f.last_downloaded_at.to_i)}" end ticket = client.get_upload_ticket uploaded_id = client.upload(ticket, filename) puts "#{filename} uploaded with new id: #{uploaded_id}" client.logout Now, going through the same script step-by-step. Use your Divshare API key and secret (comes with key) to create a client: client = Divshare::Client.new(api_key, api_secret) Login using the credentials for your Divshare account: client.login(email, password) Get an array of all of your files: all_my_files = client.get_user_files Do something with the files: all_my_files.each do |f| print "#{f.file_name} (#{f.file_size}) " puts "was last downloaded #{Time.at(f.last_downloaded_at.to_i)}" end Upload a file, and capture its id: ticket = client.get_upload_ticket uploaded_id = client.upload(ticket, filename) Logout client.logout Installation ------------ Install using rubygems: sudo gem install divshare Or clone from github git clone git://github.com/wasnotrice/divshare.git
Remote syslog appender for Logging
Send SMS messages using the OpenMarket API
Diff and patch tables
Watermark's library for interfacing with Arena ChMS's web API
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.