inspec/lib/plugins/inspec-init/templates/plugins/inspec-plugin-template
Clinton Wolfe e3070cb02f PR feedback on product capitalization
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-02-06 11:58:10 -05:00
..
lib Templatize everything for InSpec plugins 2019-02-06 11:58:10 -05:00
test PR feedback on product capitalization 2019-02-06 11:58:10 -05:00
Gemfile Basic template, not parameterized 2019-02-06 11:58:10 -05:00
inspec-plugin-template.gemspec Enough options to cover gemspec 2019-02-06 11:58:10 -05:00
LICENSE support for LICENSE 2019-02-06 11:58:10 -05:00
Rakefile PR feedback on product capitalization 2019-02-06 11:58:10 -05:00
README.md All templates work, but need to decide on hooks 2019-02-06 11:58:10 -05:00

<%= module_name %> Plugin

This plugin was generated by inspec init plugin, and apparently the author, '<%= author_name %>', 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 <%= plugin_name %>

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)