https://github.com/shime/mpm
A package manager for package managers.
https://github.com/shime/mpm
Last synced: 7 months ago
JSON representation
A package manager for package managers.
- Host: GitHub
- URL: https://github.com/shime/mpm
- Owner: shime
- Created: 2014-08-22T21:24:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T18:56:59.000Z (almost 12 years ago)
- Last Synced: 2024-12-27T15:26:45.935Z (over 1 year ago)
- Homepage:
- Size: 133 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mpm - meta package manager
Finally, a package manager for JavaScript package managers.

### usage
Run it directly from Github
bash -e <(curl -fsSL https://raw.githubusercontent.com/shime/mpm/master/bin) help
Or, if you must
alias mpm="bash -e <(curl -fsSL https://raw.githubusercontent.com/shime/mpm/master/bin)"
Install bower
mpm install bower
Uninstall npm
mpm uninstall npm
### license
MIT