Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dni

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dni

Node utility to download and install a deployable module and install its dependencies

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

dni

Build status Dep Badge GitHub issues

Node utility to download and install (dni) a deployable module and install its dependencies.

Table of contents

  • Installation
  • Features
  • Usage
  • Example
Installation
npm install dni -g
Features
  • Downloads a zipped(.tgz) deployable package.
  • Unzips the downloaded package.
  • Installs the dependencies from its package.json.
Usage 1 (module to be downloaded in the current working directory)
$ dni <module_name>
Example 1
$ dni npm-install-all
Usage 2 (module to be downloaded in some different directory)
$ dni <module_name> <path>
Example 2
$ dni npm-install-all "d:\test\abc"

Keywords

FAQs

Package last updated on 21 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc