Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mod_organizer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mod_organizer

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Mod Organizer

Simple Ruby API letting you handle an instance of Mod Organizer.

Install

Via gem

$ gem install mod_organizer

Via a Gemfile

$ gem 'mod_organizer'

Usage

require 'mod_organizer'

mod_organizer = ModOrganizer.new('C:/Program Files/Mod Organizer')
mod_organizer.mod_names.each do |mod_name|
  puts "Mod #{mod_name} has #{mod_organizer.mod(mod_name:).plugins.size} plugins"
end

In case your ModOrganizer instance is not installed as portable, then you have to specify the instance name:

mod_organizer = ModOrganizer.new('C:/Program Files/Mod Organizer', instance_name: 'MyInstance')

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

Automated tests are done using rspec.

Do execute them, first install development dependencies:

bundle install

Then execute rspec

bundle exec rspec

Contributing

Any contribution is welcome:

  • Fork the github project and create pull requests.
  • Report bugs by creating tickets.
  • Suggest improvements and new features by creating tickets.

Credits

  • [Muriel Salvan][link-author]

License

The BSD License. Please see License File for more information.

FAQs

Package last updated on 07 Jan 2023

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