https://github.com/nwops/retrospec-foreman_plugin
A generator to create foreman plugins
https://github.com/nwops/retrospec-foreman_plugin
Last synced: about 1 year ago
JSON representation
A generator to create foreman plugins
- Host: GitHub
- URL: https://github.com/nwops/retrospec-foreman_plugin
- Owner: nwops
- License: mit
- Created: 2015-09-28T04:07:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T04:41:13.000Z (almost 11 years ago)
- Last Synced: 2025-03-26T02:40:44.358Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# retrospec-foreman_plugin
[](http://badge.fury.io/rb/retrospec-foreman_plugin)
Description goes here.
## Testing
```shell
bundle install
bundle exec rake spec
```
## Install
Not available in rubygems yet
`gem install retrospec-foreman_plugin`
## Install from source
```shell
bundle install
bundle exec rake build
gem install pkg/retrospec-foreman_plugin-0.1.0.gem
```
## Building
`bundle exec rake build`
## Usage
`retrospec -m /tmp/test4 foreman_plugin -h`
or
`retrospec -m /tmp/monitor foreman_plugin -n foreman_monitor`
## Contributing to retrospec-foreman_plugin
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
* Fork the project.
* Start a feature/bugfix branch.
* Commit and push until you are happy with your contribution.
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
## Copyright
Copyright (c) 2015. See LICENSE.txt for
further details.