Run Pear app from app p2p with pear:// link
npm install pear-run> Run Pear app from app p2p with pear:// link
``js`
import run from 'pear-run'
Launch a Pear application in a subprocess peer-to-peer or from disk by link.
Returns bare-pipe instance.
The pipe has an additional crash event that passes { exitCode }.
#### link
A pear:// link, file:// link or relative path.
#### args
Additional arguments to append to the runtime invocation after the link.
Apache-2.0