Module: VimPK

Defined in:
lib/vimpk.rb,
lib/vimpk/cli.rb,
lib/vimpk/git.rb,
lib/vimpk/job.rb,
lib/vimpk/options.rb,
lib/vimpk/version.rb,
lib/vimpk/commands.rb,
lib/vimpk/colorizer.rb,
lib/vimpk/thread_pool.rb,
lib/vimpk/commands/list.rb,
lib/vimpk/commands/move.rb,
lib/vimpk/commands/remove.rb,
lib/vimpk/commands/update.rb,
lib/vimpk/commands/install.rb

Defined Under Namespace

Modules: Colorizer, Commands, Git Classes: CLI, Job, Options, ThreadPool

Constant Summary collapse

Error =
Class.new(StandardError)
PackageExistsError =
Class.new(Error)
PackageNotFoundError =
Class.new(Error)
MultiplePackagesFoundError =
Class.new(Error)
VERSION =
"0.6.0"