fly-import
v0.4.1
Published
Install and import packages on-the-fly
Downloads
208,614
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('fly-import@0.1.2');
const { flyInstall } = await 'fly-import2@npm:fly-import@0.1.2';
console.log(await flyInstall('camelcase-git@github:sindresorhus/camelcase#v7.0.1'));
License
MIT