New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

onceover-helloworld

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onceover-helloworld

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Onceover::Helloworld

This is an example plugin for Onceover, The gateway drug to automated infrastructure testing with Puppet

Installation

Onceover detects plugins in all gems named onceover-*. Your plugin is then responsible for registering itself and setting up new commands, etc.

This example plugin can be installed by adding it to your Gemfile or by running the following command:

$ gem install onceover-helloworld

Usage

Onceover provides plugins with built-in support for help and argument processing. Here's how to run this example:

Built-in help

$ onceover run helloworld --help

Default execution

$ onceover run helloworld
INFO   -> Hello, World!

Option processing

$ onceover run helloworld --name Wednesday
INFO   -> Hello, Wednesday!

Development

Finished - hopefully this makes writing your own plugins for Onceover easier :)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/declarativesystems/onceover-helloworld.

FAQs

Package last updated on 12 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc