defunkt/rip

Rename low level package commands to `rip-package-*`

josh opened this issue · 1 comments

josh commented

rpg has a nice convention for its low level package commands naming them rpg-package-install. Most of these have front end counter parts, rpg-install.

I'm feeling some naming clash between high and low level commands.

I'd like to use rip-package-* for an low level command that

  1. take a package path(s) as its argument
  2. doesn't depend on RIPENV

We're going to have to change the package handler convention then (currently rip-package-*). rip-package-handle-* seems more appropriate.

josh commented

done