2011-11-21 18:48:45 +01:00
|
|
|
#!/bin/sh
|
|
|
|
# TODO Can this be done inside the .pmdoc?
|
|
|
|
# TODO Can we extract $PREFIX from the installer?
|
|
|
|
cd /usr/local/bin
|
|
|
|
ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
|
2017-07-11 03:53:58 +02:00
|
|
|
ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx
|