Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianrubisch/pronto-standardrb
pronto runner for standardrb
https://github.com/julianrubisch/pronto-standardrb
Last synced: 15 days ago
JSON representation
pronto runner for standardrb
- Host: GitHub
- URL: https://github.com/julianrubisch/pronto-standardrb
- Owner: julianrubisch
- Created: 2019-11-04T07:37:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T17:54:02.000Z (12 months ago)
- Last Synced: 2024-11-29T14:27:58.010Z (28 days ago)
- Language: Ruby
- Size: 40 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pronto::Standardrb
[Pronto](https://github.com/prontolabs/pronto) runner for [Standardrb](https://github.com/testdouble/standard)
## Installation
Add this line to your application's Gemfile:
```ruby
gem "pronto-standardrb"
```And then execute:
$ bundle
Or install it yourself as:
$ gem install pronto-standardrb
## Usage
TODO: Write usage instructions here
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To 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).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/julianrubisch/pronto-standardrb.