Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fargelus/pronto-fasterer
Pronto runner for fasterer gem
https://github.com/fargelus/pronto-fasterer
fasterer gem pronto pronto-runner
Last synced: about 2 months ago
JSON representation
Pronto runner for fasterer gem
- Host: GitHub
- URL: https://github.com/fargelus/pronto-fasterer
- Owner: fargelus
- Created: 2022-05-17T11:39:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T11:09:43.000Z (over 2 years ago)
- Last Synced: 2024-10-19T13:08:51.436Z (3 months ago)
- Topics: fasterer, gem, pronto, pronto-runner
- Language: Ruby
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pronto runner for Fasterer
Pronto runner for [fasterer](https://github.com/DamirSvrtan/fasterer). More about [Pronto](https://github.com/prontolabs/pronto).
## Configuration
Config options in fasterer config(`.fasterer.yml`) also supported.
## Installation
RubyGems already has similar [gem](https://rubygems.org/gems/pronto-fasterer/versions/0.11.1) and if you need runner choose it.
This gem wasn't published in RubyGems but still can be build and test locally.## Usage
The best way to use it with some Git hooks manager for example [Lefthook](https://github.com/evilmartians/lefthook) or in CI pipeline step.
If you want to check runner separately on modified files just run:```sh
pronto run -r fasterer --unstaged
```This command will produce next output:
![output](doc/output.png "Output")