run git commands on multiple folders
This module provides native bindings to ecdsa secp256k1 functions
Parse repository URLs to extract, SCM platform, domain, user, and project information.
Get repository user and project information from package.json file contents.
jscodeshift codemod that convert CommonJS(require/exports) to ES Modules(import/export) for JavaScript/TypeScript
A memcache client for node using the binary protocol and SASL authentication
A replacement for process.exit that ensures stdio are fully drained before exiting.
read and write binary structures and data types
IP address utilities for node.js, forked from `indutny/node-ip`.
A Backstage backend plugin that handles authentication
Package specifier library
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
zlib port to javascript - fast, modularized, with browser support
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
JavaScript code generator from an ESTree-compliant AST.
[](https://github.com/mongodb-js/zstd/actions/workflows/test.yml)
Stringify your JSON at max speed
Tests whether one path is inside another path
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
Elegant bindings for Git
Reactive Extensions for modern JavaScript
Get raw git commits out of your repository using git-log(1).
A utility to work with tsconfig.json without typescript
CLI extensions for Git that simplify common workflows
convert numbers base and display
Git extensions and tools
A command-line application for interacting with git repositories
The library implementing all capabilities of the gitoxide CLI
mdbook preprocessor to add a open-on-git-xx link on every page, which is a fork of mdbook-open-on-gh
Provides a set of git workflow tools to start and finish Pivotal Tracker stories in topic branches
A simple Git Deploy Command for Capistrano 3.x
Git export strategy for capistrano 3.x
Adds an X-Version header with the current Git SHA commit
Adds an extra X-REVISION header with source code revision string (git, svn, etc)
This library adds a new, custom X-Git-SHA header to your Rails application's response which contains the SHA hash that your application is currently running.
This gem hooks into the SCM functionality of Capistrano 3.x in order to provide a more generic distribution strategy. Not only is it possible to deploy from a simple Git repository, but deployment of contents from Tar and ZIP files is also possible. It is even easy to create deployments based on multiple sources.
pry-suite is designed to set up a nice Pry ecosystem out of the box. You are given Pry with access to a suite of great plugins. This list is currently comprised of pry-byebug (or pry-debugger for Ruby 1.9.x), pry-doc, pry-docmore, pry-git, pry-highlight, pry-macro, pry-pretty-numeric, pry-rescue and pry-stack_explorer. Finally, the gist gem is also included to enable Pry's gist command.
Often times in team meetings and 'show and tell' reports we have to go through our work, i.e. our commit history to collect all the work we have been upto. git-worklog makes it easy to fetch all the work you have been upto in the past X days.
Helpers to read debian control files
Allows customization of: * Specify which level of notification you would like with an array of optional styles of notification (email, webhooks) * the sender address of the email * the recipient addresses * the text used to prefix the subject line * the HTTP status codes to notify for * the error classes to send emails for * alternatively, the error classes to not notify for * whether to send error emails or just render without sending anything * the HTTP status and status code that gets rendered with specific errors * the view path to the error page templates * custom errors, with custom error templates * define error layouts at application or controller level, or use the controller's own default layout, or no layout at all * get error notification for errors that occur in the console, using notifiable method * Override the gem's handling and rendering with explicit rescue statements inline. * Hooks into `git blame` output so you can get an idea of who (may) have introduced the bug * Hooks into other website services (e.g. you can send exceptions to to Switchub.com) * Can notify of errors occurring in any class/method using notifiable { method } * Can notify of errors in Rake tasks using NotifiedTask.new instead of task * Works with Hoptoad Notifier, so you can notify via SEN and/or Hoptoad for any particular errors. * Tested with Rails 2.3.x, should work with rails 2.2.x, and is apparently not yet compatible with rails 3.
== Develop, Decorate and manage Dependencies for C (GNU) Makefiles easily with a Ruby script. Install using the Ruby Gem: > gem install demake To create an example with multiple sample applications: > demake example This will create a directory named example containing the example. To create an example with a single sample application: > demake oreo This will create a directory named oreo containing the example. It requires a demake directory and application file containing the application names followed by depencencies separated by spaces and with a new line to indicate a different application. Something like (from the example): > mkdir demake > echo "hello string" > demake/applications > echo "goodbye string" >> demake/applications > demake For customization, optionally include (see example): demake/settings.rb, demake/test-target.rb, demake/install-target.rb, demake/license The output of the command by itself is a (GNU style) file named Makefile: > demake You can also clone from git: > git clone https://github.com/MinaswanNakamoto/demake.git > chmod +x demake/bin/demake > cd demake > bin/demake example > cd example ; make ; make build ; make test If you have an existing C application and you want to generate a Makefile for it, you might try the gen_application shell script. > ./gen_application myapp
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.