yet-another-package-installer
v1.0.0
Published
YAPI is a package that installs other packages ## USE ```ts import yapi from "yet-another-package-installer"
Readme
YAPI (Yet Another Package Installer)
YAPI is a package that installs other packages
USE
import yapi from "yet-another-package-installer"
// Method 1
yapi(["bower", "browserify"], function(error){
console.error(error)
})
// Method 2
yapi(["pnpm", "yarn"], function(error){
console.error(error)
}, { global: true })This should NOT be malwareized like install-module or other packages.
