This package has been deprecated

Author message:

This library is no longer maintained. Contact me if you'd like to take over this project

ninst
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

ninst

A nodejs Library for installing npm modules programatically

Usage

First, install using npm

npm i ninst

Create a new ninst Instance using

const inst = new ninst({
    path: ""
})

Install the dependencies of the project at the specified path. Automatically gets dependencies from package.json in folder if no package is specified

inst.install()
// OR to install specific package
inst.install("package@1.0.0")

Package Sidebar

Install

npm i ninst

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

10.3 kB

Total Files

5

Last publish

Collaborators

  • phoenix_13