fly-import
v0.4.1
Published
Install and import packages on-the-fly
Downloads
176,758
Readme
fly-import
Install and import packages on-the-fly
Usage
Supports many different specifications.
import { flyImport } from 'fly-import';
const { flyImport: flyImport2 } = await flyImport('[email protected]');
const { flyInstall } = await 'fly-import2@npm:[email protected]';
console.log(await flyInstall('camelcase-git@github:sindresorhus/camelcase#v7.0.1'));
License
MIT