JavaScript stylistic rules for ESLint, migrated from [eslint core](https://github.com/eslint/eslint).
TypeScript stylistic rules for ESLint, migrated from [`typescript-eslint`](https://github.com/typescript-eslint/typescript-eslint).
JSX stylistic rules for ESLint, migrated from [`eslint-plugin-react`](https://github.com/jsx-eslint/eslint-plugin-react).
Angular Schematics - Library
when you want to fire an event no matter how a process exits.
Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands
A module for detecting and responding to the user becoming idle in Angular applications.
Find and parse local Capistrano configuration for a project.
[](https://greenkeeper.io/)
Module that works with @ng-idle/core to keep a user session alive while user is active.
No description provided.
Command line tool for creating or updating a .npmignore file based on .gitignore.
Durable Workflow
Lint files staged by git
A Capistrano yeoman sub-generator for web-starter
The primary functions of the world state package are to maintain the collection of Merkle Trees comprising the global state of the system and to offer an interface with which the trees can be queried.
Checks filenames to be committed against a library of filename rules to prevent sensitive files in Git
An HTTP/REST based Redis client built on top of Upstash REST API.
A module provides upload, download, and files access API. Supports file stream read/write for process large files.
ESLint plugin about ECMAScript syntactic features.
A module for loading .env files and optionally loading defaults and a schema for validating all values are present.
MCP server for Chrome DevTools
Protobuf client and generated classes for GRPC API
JavaScript SDK that encapsulates the TRON HTTP API
Tells you what Capistrano 3 is going to deploy based on GitHub commits since the last release. See README.md for more info.
Automatically tag Git commits when deploying with Capistrano
Fetch extra git commit informations and storing in a INI/JSON/XML/YML file when deploying with Capstrano 3.
A task for Capistrano v3 to add, commit and push changes to git repo if there are any changes
Provide deploy:pending task to Capistrano 3 to show commit logs between current revision and deploying branch.
Capistrano Deploytags is a simple plugin to Capistrano 3 that works with your deployment framework to track your code releases. All you have to do is require capistrano-deploytags/capistrano and each deployment will add a new tag for that deployment, pointing to the latest commit. This lets you easily see which code is deployed on each environment, and allows you to figure out which code was running in an environment at any time in the past.
capistrano-cowboy let's you deploy without having to commit to version control. While dangerous, this can be incredibly useful for testing the ops-related parts of a deploy
["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"]
While rails' default error pages are great, they look totally unprofessional for any real site. RuRoh provides a quick and easy way to have nicely rendered error pages generated from your stack during deployment. This allows you to re-use your existing layouts and customize your error pages without having to re-create them on the fly (which could result in further errors). The pages can be generated via capistrano during deploy, or generated during a post-commit hook similar to asset pipeline resources.