CSpell configuration for GIT.
The command-line interface for Vercel
Datadog CI plugin for `dora` commands
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.
Detect file name case changes in a Git repository
Retrieve current sha, branch name, repository from a git repo.
Download templates and git repositories with pleasure!
[](https://badge.fury.io/js/git-revision-webpack-plugin) [](https://www.npmjs.com/package/
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
Resolve the path to the user's local or global .gitconfig.
Angular specific wrappers for @ionic/core
remark plugin to validate links to headings and files
Capacitor: Cross-platform apps with JavaScript and the web
Deno namespace shim for Node.js
JSON schema generator based on draft-v4.
Command usage and error telemetry for the Salesforce CLI
A Backstage backend plugin that handles authentication
A CSS Modules transform to make local scope the default
Turn a git repository into a javascript object.
hint local connector
[](https://greenkeeper.io/)
Find and parse local Capistrano configuration for a project.
Let a globally installed package use a locally installed version of itself if available
Straightforward project scaffolding
Git scm which works on local host
Capistrano SCM plugin for local git clone and upload.
Copy local git repository deploy strategy for capistrano.
Capistrano v3 deploy with rsync from a local Git repository without requiring SCM access on the server
A deployment strategy for Capistrano 2 that allows deploying directly from the local git repo, piggybacking on Capistrano's existing SSH connection.
Add checking local git branch before all Capistrano tasks
This gem is a viable alternative to Git deployments on production machines. Commands are run under a different user than the `deploy` user.
A capistrano git strategy to deploy local repository by git push
A copy strategy for Capistrano 3, which uses `git ls-files` local, tars the files, uploads and extracts.
Deploy with Rsync to your server from any local (or remote) repository. Saves you the need to install Git on your production machine and deploy all of your development files each time! Works with the new Capistrano v3! Suitable for deploying any apps, be it Ruby or Node.js.
Deploy with Rsync to your server from any local (or remote) repository. Saves you the need to install Git on your production machine and deploy all of your development files each time! Works with the new Capistrano v3! Suitable for deploying any apps, be it Ruby or Node.js. Initially gem has been developed by Moll (https://github.com/moll/capistrano-rsync). Scm support is introduced by Seantan (https://github.com/seantan/capistrano-rsync).
["This gem adds the integration for the nobrainer gem in Capistrano.\n\nIt creates the indexes automatically and run the database migration if any (WARNING: You need to use the zedtux's nobrainer fork in order to use migration scripts until it get merged).\n\n| Feature | capistrano-nobrainer version |\n| --------------------------- | ----------------------------- |\n| Nobrainer indexes creation | 0.2.0 |\n| Nobrainer migration scripts | 0.3.0 |\n\nSo if you don't use migration scripts, stick on version 0.2.0.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'capistrano-nobrainer', '~> 0.2', require: false\n```\n\nAnd then execute:\n\n $ bundle install\n\nOr install it yourself as:\n\n $ gem install capistrano-nobrainer\n\n## Usage\n\nAdd the following require to your `Capfile`:\n\n```ruby\nrequire 'capistrano/nobrainer'\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://gitlab.com/zedtux/capistrano-nobrainer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://gitlab.com/zedtux/capistrano-nobrainer/blob/master/CODE_OF_CONDUCT.md).\n"]