Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimromi/ruboty-wiki_search
🔍 GitHub wiki search for Ruboty
https://github.com/kimromi/ruboty-wiki_search
github ruboty ruby wiki
Last synced: about 1 month ago
JSON representation
🔍 GitHub wiki search for Ruboty
- Host: GitHub
- URL: https://github.com/kimromi/ruboty-wiki_search
- Owner: kimromi
- License: mit
- Created: 2018-10-29T11:16:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T15:15:21.000Z (about 6 years ago)
- Last Synced: 2024-10-03T06:44:40.931Z (3 months ago)
- Topics: github, ruboty, ruby, wiki
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ruboty::WikiSearch
GitHub wiki search for Ruboty.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'ruboty-wiki_search'
```## Environment
### `RUBOTY_WIKI_SEARCH_REPOS`
GitHub wiki clone url. ex:`https://github.com/kimromi/ruboty-wiki_search.wiki.git`
In case of private repository or GitHub Enterprise:
`https://[token]:[email protected]/organization/repository.wiki.git`able to specify multiple repositories, separated by commas.
### `RUBOTY_WIKI_SEARCH_DIRECTORY`
GitHub wiki repository cloned directory. ex:`/tmp`
## Usage
```
# search
ruboty search
ruboty search repo:# git clone or pull master branch repository
ruboty sync
```## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).