A utility command to copy any folders or files of any public github/gitlab/bitbucket repo to selected path, without copying the whole repo
Get the remote origin URL of a Git repository
Get tags from a remote Git repo
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.
semantic-release plugin to commit release assets to the project's git repository
Get remote repository tags.
Get the git remote origin URL from your local git repository. Remember! A remote origin must exist first!
Command line tool for generating a changelog from git tags and commit history
Collects Git commit info from CI or from CLI
Git/Subversion/Mercurial repository metadata parser
JS/WebAssembly build of OpenJPH
A secrets manager for .env files – from the same people that pioneered dotenv.
Tool for running ESLint on multiple repositories
The Remote Config package of the Firebase JS SDK
SSH remote port forward
A maintained fork of Hogan.js by Profound Logic. Removes deprecated mkdirp usage and ensures compatibility with modern Node.js.
Git command to transform staged files according to a command that accepts file content on stdin and produces output on stdout.
Publish to a gh-pages branch on GitHub (or any other branch on any other remote)
Generate an HTML report for CODEOWNERS ownership gaps and run in CI or from the CLI to fail when files are not covered.
Web components for react with material UI
The compatibility package of Remote Config
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.
Create and modify PDF files with JavaScript
Remote caching for Rush using Vercel Remote Cache
Git plugin for copy remote/local git repo to another remote/local destination
RightScraper provides a simple interface to download and keep local copies of remote repositories up-to-date using the following protocols: * git: RightScraper will clone then pull repos from git * SVN: RightScraper will checkout then update SVN repositories * tarballs: RightScraper will download, optionally uncompress and expand a given tar file On top of retrieving remote repositories, right_scraper also include "scrapers" that will analyze the repository content and instantiate "resources" as a result. Currently supported resources are Chef cookbooks and RightScale workflow definitions.
A tool to safely replace your local git repository with a fresh clone from the remote. Clones to a temporary directory first to protect your local copy if something goes wrong, and automatically restores your current branch.
== Jiveapps These tools are all about making Jive App development as easy as possible. After you install the tools, it only takes a single command to: 1. Create a new app - a simple Hello World application. 2. Set up version control for your code using Git. 3. Host the app code online at Jive's AppHosting server. 4. Register the app on the Jive Apps Marketplace as an app "in development". 5. Install the app on your default app dashboard in the Jive Apps Sandbox. After you install, use this simple workflow to make changes and see them reflected in the sandbox: 1. Make a change to the code on your local machine. 2. Commit the changes to your local Git repository. 3. Push the changes to the remote Jive Apps repository. This automatically updates the hosted copy on the Jive AppHosting server. 4. Refresh the app dashboard or canvas page on the Jive Apps Sandbox and see your changes. Other features: * LiveDev: preview your changes on the Jive App Sandbox in real time * Collaboration: add other developers to your project * OAuth Key Management: associate consumer key/secret pairs with service names for use in your apps