# File lib/commands/plugin/plugin_pack.rb, line 8
  def initialize(name)
    @name = name
    @plugins = []
    @description = ''
    @author = ''
    @email = ''
    @website = ''
  end