Project

jt_tools

0.01
No release in over 3 years
There's a lot of open issues
Helpful scripts to run linters locally and on CI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 4.2
 Project Readme

GitHub Actions CircleCI FOSSA Status Gem Version

JetThoughts Tools

Ruby on Rails Continious Deployemnt ecosystem to maintain projects without losing your mind. Automatization scripts and services integrations which make your product world class level with no effort!

Allow for Remote Distributed Teams to Work with Automotized Delivery

More details could be found in such posts:

Services and Tools

Pre-setup for service

Installation

To install remotely:

rails app:template LOCATION=https://raw.githubusercontent.com/jetthoughts/jt_tools/master/template.rb

Add this line to your application's Gemfile:

gem 'jt_tools', groups: [:development], github: 'jetthoughts/jt_tools'

And then execute:

$ bundle
$ bin/rails jt_tools:install

Usage

Setup and update all tools required to maintain static code analysis

bin/tools-setup

bin/tools-upgrade

Auto-review on GitHub opened Pull Rquests to follow code consistency

bin/lint-pr

Check locally all problems in the current branch changes

bin/pronto run

License

The gem is available as open source under the terms of the MIT License.

FOSSA Status