Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appfolio/stewfinder
Hungry? FIND SOME STEW
https://github.com/appfolio/stewfinder
Last synced: about 2 months ago
JSON representation
Hungry? FIND SOME STEW
- Host: GitHub
- URL: https://github.com/appfolio/stewfinder
- Owner: appfolio
- License: mit
- Created: 2016-03-22T18:33:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T18:29:34.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T12:21:39.992Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Stewfinder
This gem provides command line utilities for working locally with [Ladle](https://github.com/appfolio/ladle) style stewards files.
[![Circle CI](https://circleci.com/gh/appfolio/stewfinder/tree/master.svg?style=svg)](https://circleci.com/gh/appfolio/stewfinder/tree/master)
## Installation
Install via the command line:
$ gem install stewfinder
Or add it to the Gemfile of your application, if you'd like to make it available to all developers:
```ruby
gem 'stewfinder'
```## Usage
Run it from your terminal:
stewfinder /path/to/file.rb
Output looks like this:
Stewards for this file:
- XanderStrike
- bboeFor extra points, add it as a build configuration in your favorite text editor! In Sublime do ⌘+⇧+P "New Build System" and paste in the following:
```json
{
"shell_cmd": "stewfinder $file"
}
```You can now find it with ⌘+⇧+P "stewards" or bind it to a hotkey!
## Contributing
1. Fork it ( https://github.com/appfolio/stewfinder/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request