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

ppmtogdl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ppmtogdl

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

PpmToGdl Documentation

Description

PpmToGdl provides both a command line application and a rake task that is used to generate a .GDL file containing the PPMs parsed out of the PrimaryParameters.xml file.

Installation

Add this line to your gemfile:

require 'ppmtogdl'

And then execute:

$ bundle install

or install it yourself as:

gem install ppmtogdl

Usage

Rake Task Usage

The rake task can be included in a rakefile by requiring ppmtogdl like so:

require 'ppmtogdl'

and called as:

PpmToGdlTask.new.execute( customer, srcPath, destPath )

Command Line Application

Usage info can be retrieved from the application by calling it with the -h or --help options:

$ ppmtogdl --help

Notes

  • Using a parameter of all for customer will generate GDL for all PPMs in the file.

Testing

PpmToGdl currently uses an outdated version of TestUnit for testing. Tests can be found in the test directory.

TODO

Update method naming convention to ruby standards.

Contributing

  1. Fork it ( https://github.com/jmcaffee/ppmtogdl/fork )
  2. Clone it (git clone git@github.com:[my-github-username]/ppmtogdl.git)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Create tests for your feature branch
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create a new Pull Request

LICENSE

PpmToGdl is licensed under the MIT license.

See LICENSE for details.

FAQs

Package last updated on 17 Aug 2015

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