defunkt / rip

Take back your $LOAD_PATH. Deprecated and unmaintained.
MIT License
366 stars 39 forks source link

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

Closed josh closed 14 years ago

josh commented 14 years ago

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 14 years ago

done