Update system packages -- will migrate system forward to CentOS 5.8. (Optional?)
$ sudo yum updateInstall the EPEL Repo:
| # npm publish with goodies | |
| # prerequisite: `npm install -g trash` | |
| # `np` with an optional argument `patch`/`minor`/`major`/`<version>` | |
| # defaults to `patch` | |
| np() { | |
| trash node_modules &>/dev/null; | |
| git pull --rebase && | |
| npm install && | |
| npm test && | |
| npm version ${1:-patch} && |