mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
edddb92f76
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
28 lines
884 B
Markdown
28 lines
884 B
Markdown
# StreamerBang Plugin
|
|
|
|
This plugin was generated by `inspec init plugin`, and apparently the author, 'Progress Chef InSpec Team', did not update the README.
|
|
|
|
## To Install This Plugin
|
|
|
|
Assuming it has been published to RubyGems, you can install this gem using:
|
|
|
|
```
|
|
you@machine $ inspec plugin install inspec-streamer-bang
|
|
```
|
|
|
|
## What This Plugin Does
|
|
|
|
No idea.
|
|
|
|
## Developing This Plugin
|
|
|
|
The generated plugin contains everything a real-world, industrial grade plugin would have, including:
|
|
|
|
* an (possibly incomplete) implementation of one or more InSpec Plugin Types
|
|
* documentation (you are reading it now)
|
|
* tests, at the unit and functional level
|
|
* a .gemspec, for packaging and publishing it as a gem
|
|
* a Gemfile, for managing its dependencies
|
|
* a Rakefile, for running development tasks
|
|
* Rubocop linting support for using the base InSpec project rubocop.yml (See Rakefile)
|
|
|